![]() |
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 <led_softblink.h>
Data Fields | |
| bool | active_high |
| uint8_t | duty_cycle_max |
| uint8_t | duty_cycle_min |
| uint8_t | duty_cycle_step |
| uint32_t | off_time_ticks |
| uint32_t | on_time_ticks |
| uint32_t | leds_pin_bm |
| NRF_GPIO_Type * | p_leds_port |
Structure holding the initialization parameters.
| bool led_sb_init_params_t::active_high |
Activate negative polarity.
| uint8_t led_sb_init_params_t::duty_cycle_max |
Maximum impulse width.
| uint8_t led_sb_init_params_t::duty_cycle_min |
Minimum impulse width.
| uint8_t led_sb_init_params_t::duty_cycle_step |
Cycle step.
| uint32_t led_sb_init_params_t::leds_pin_bm |
Mask of used LEDs.
| uint32_t led_sb_init_params_t::off_time_ticks |
Ticks to stay in low impulse state.
| uint32_t led_sb_init_params_t::on_time_ticks |
Ticks to stay in high impulse state.
| NRF_GPIO_Type* led_sb_init_params_t::p_leds_port |
Port of used LEDs mask.