SAM4L Peripheral Event Controller (PEVC) Driver.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | events_ch_configure (struct events_ch_conf *const config) |
Configure an Event Channel. More... | |
void | events_ch_get_config_defaults (struct events_ch_conf *const config) |
Initialize an Event Channel configuration structure to defaults. More... | |
void | events_disable (void) |
Disable the events module. More... | |
void | events_enable (void) |
Enable the events module. More... | |
void | events_get_config_defaults (struct events_conf *const config) |
Initialize an events configuration structure to defaults. More... | |
void | events_init (struct events_conf *const config) |
Initialize the events module. More... | |