timer_chan_config_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

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.

Continuous or One-shot

Definition at line 71 of file timing_pal.h.


The documentation for this struct was generated from the following file: