Searched refs:nrfx_pwm_config_t (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_pwm.h | 99 } nrfx_pwm_config_t; typedef 217 nrfx_pwm_config_t const * p_config, 231 nrfx_err_t nrfx_pwm_reconfigure(nrfx_pwm_t const * p_instance, nrfx_pwm_config_t const * p_config);
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_pwm.c | 83 static void pins_configure(nrfx_pwm_config_t const * p_config) in pins_configure() 124 static void apply_errata_109(nrfx_pwm_config_t const * p_config) in apply_errata_109() 139 static void pwm_configure(nrfx_pwm_t const * p_instance, nrfx_pwm_config_t const * p_config) in pwm_configure() 197 nrfx_pwm_config_t const * p_config, 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()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/ |
| D | main.c | 123 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED2_PIN, LED3_PIN, LED4_PIN); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_pwm/grouped_mode/ |
| D | main.c | 207 nrfx_pwm_config_t config = NRFX_PWM_DEFAULT_CONFIG(LED1_PIN, LED4_PIN, LED2_PIN, LED3_PIN); in main()
|