Structure to configure the channel timer notification. More...
#include <platform/pal/timing/inc/timing_pal.h>
Data Fields | |
uint8_t | channel |
timer_chan_type_t | chanType |
timer_callback_t | callback |
void * | callbackParam |
Structure to configure the channel timer notification.
This structure holds the configuration settings for the timer channel notification Implements : timer_chan_config_t_Class
Definition at line 68 of file timing_pal.h.
timer_callback_t callback |
Callback function called on notification
Definition at line 72 of file timing_pal.h.
void* callbackParam |
Callback parameter pointer
Definition at line 73 of file timing_pal.h.
uint8_t channel |
Channel number
Definition at line 70 of file timing_pal.h.
timer_chan_type_t chanType |
Continuous or One-shot
Definition at line 71 of file timing_pal.h.