mikroSDK Reference Manual
hal_pwm_t Struct Reference

The PWM HAL context structure. More...

Data Fields

handle_t handle
 
hal_pwm_config_t config
 

Detailed Description

The context structure for storing HAL internal state. The contents of the context structure are used by the module and must not be altered. Reading or writing data directly from a control structure by user should be avoided.

Field Documentation

◆ handle

handle_t hal_pwm_t::handle

PWM HAL handle.

◆ config

hal_pwm_config_t hal_pwm_t::config

PWM HAL configuration structure.