![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Structure holding the initialization parameters. More...
#include <low_power_pwm.h>
Data Fields | |
| bool | active_high |
| uint8_t | period |
| NRF_GPIO_Type * | p_port |
| uint32_t | bit_mask |
| app_timer_id_t const * | p_timer_id |
Structure holding the initialization parameters.
| bool low_power_pwm_config_t::active_high |
Activate negative polarity.
| uint32_t low_power_pwm_config_t::bit_mask |
Pins to be initialized.
| NRF_GPIO_Type* low_power_pwm_config_t::p_port |
Port used to work on selected mask.
| app_timer_id_t const* low_power_pwm_config_t::p_timer_id |
Pointer to the timer ID of low_power_pwm.
| uint8_t low_power_pwm_config_t::period |
Width of the low_power_pwm period.