oc_output_ch_param_t Struct Reference

The configuration structure of output compare parameters for each channel. More...

#include <platform/pal/oc/inc/oc_pal.h>

Data Fields

uint8_t hwChannelId
 
oc_option_mode_t chMode
 
uint16_t comparedValue
 
void * channelExtension
 
void * channelCallbackParams
 
oc_callback_t channelCallbacks
 

Detailed Description

The configuration structure of output compare parameters for each channel.

Implements : oc_output_ch_param_t_Class

Definition at line 85 of file oc_pal.h.

Field Documentation

void* channelCallbackParams

The parameter of callback application for channels event

Definition at line 91 of file oc_pal.h.

oc_callback_t channelCallbacks

The callback function for channels event

Definition at line 92 of file oc_pal.h.

void* channelExtension

The IP specific configuration structure for channel

Definition at line 90 of file oc_pal.h.

Channel output mode

Definition at line 88 of file oc_pal.h.

uint16_t comparedValue

The compared value

Definition at line 89 of file oc_pal.h.

uint8_t hwChannelId

Physical hardware channel ID

Definition at line 87 of file oc_pal.h.


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