Searched refs:nrfx_pwm_t (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_pwm.h | 56 } nrfx_pwm_t; typedef 216 nrfx_err_t nrfx_pwm_init(nrfx_pwm_t const * p_instance, 231 nrfx_err_t nrfx_pwm_reconfigure(nrfx_pwm_t const * p_instance, nrfx_pwm_config_t const * p_config); 240 void nrfx_pwm_uninit(nrfx_pwm_t const * p_instance); 250 bool nrfx_pwm_init_check(nrfx_pwm_t const * p_instance); 284 uint32_t nrfx_pwm_simple_playback(nrfx_pwm_t const * p_instance, 312 uint32_t nrfx_pwm_complex_playback(nrfx_pwm_t const * p_instance, 325 NRFX_STATIC_INLINE void nrfx_pwm_step(nrfx_pwm_t const * p_instance); 350 bool nrfx_pwm_stop(nrfx_pwm_t const * p_instance, bool wait_until_stopped); 360 bool nrfx_pwm_stopped_check(nrfx_pwm_t const * p_instance); [all …]
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_pwm.c | 111 static void pins_deconfigure(nrfx_pwm_t const * p_instance) in pins_deconfigure() 139 static void pwm_configure(nrfx_pwm_t const * p_instance, nrfx_pwm_config_t const * p_config) in pwm_configure() 180 static bool pwm_stopped_check(nrfx_pwm_t const * p_instance) in pwm_stopped_check() 196 nrfx_err_t nrfx_pwm_init(nrfx_pwm_t const * p_instance, in nrfx_pwm_init() 234 nrfx_err_t nrfx_pwm_reconfigure(nrfx_pwm_t const * p_instance, nrfx_pwm_config_t const * p_config) in nrfx_pwm_reconfigure() 254 void nrfx_pwm_uninit(nrfx_pwm_t const * p_instance) in nrfx_pwm_uninit() 276 bool nrfx_pwm_init_check(nrfx_pwm_t const * p_instance) in nrfx_pwm_init_check() 283 static uint32_t start_playback(nrfx_pwm_t const * p_instance, in start_playback() 355 uint32_t nrfx_pwm_simple_playback(nrfx_pwm_t const * p_instance, in nrfx_pwm_simple_playback() 399 uint32_t nrfx_pwm_complex_playback(nrfx_pwm_t const * p_instance, in nrfx_pwm_complex_playback() [all …]
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/ |
| D | main.c | 89 nrfx_pwm_t * inst = p_context; in pwm_handler() 122 nrfx_pwm_t pwm_instance = NRFX_PWM_INSTANCE(PWM_INST_IDX); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/ |
| D | main.c | 158 nrfx_pwm_t * inst = p_context; in pwm_handler() 206 nrfx_pwm_t pwm_instance = NRFX_PWM_INSTANCE(PWM_INST_IDX); in main()
|