mikroSDK Reference Manual
|
PWM HAL config structure, consisted of the following fields: More...
Data Fields | |
hal_pin_name_t | pin |
uint32_t | freq_hz |
The context structure for storing HAL configuration. User shall define the values stored within.
Example
hal_pin_name_t hal_pwm_config_t::pin |
PWM pin name.
uint32_t hal_pwm_config_t::freq_hz |
PWM Frequency in Hz.