nRF5 SDK v17.0.2
Data Fields
low_power_pwm_config_t Struct Reference

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
 

Detailed Description

Structure holding the initialization parameters.

Field Documentation

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.


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

Documentation feedback | Developer Zone | Subscribe | Updated