PER Firmware
Loading...
Searching...
No Matches
PWM_PRIV_TimerInfo_t Struct Reference

Timer-specific information required to configure PWM. More...

#include <pwm_priv.h>

Public Attributes

uint32_t timer_clock_hz
 
uint8_t max_channel
 Timer input clock frequency in Hz.
 
bool requires_main_out_en
 Highest PWM channel supported by timer.
 

Detailed Description

Timer-specific information required to configure PWM.

Member Data Documentation

◆ max_channel

uint8_t PWM_PRIV_TimerInfo_t::max_channel

Timer input clock frequency in Hz.

◆ requires_main_out_en

bool PWM_PRIV_TimerInfo_t::requires_main_out_en

Highest PWM channel supported by timer.

◆ timer_clock_hz

uint32_t PWM_PRIV_TimerInfo_t::timer_clock_hz

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