Home
last modified time | relevance | path

Searched refs:enable_capture (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/drivers/pwm/
Dpwm_handlers.c37 K_OOPS(K_SYSCALL_DRIVER_PWM(dev, enable_capture)); in z_vrfy_pwm_enable_capture()
61 K_OOPS(K_SYSCALL_DRIVER_PWM(dev, enable_capture)); in z_vrfy_pwm_capture_cycles()
Dpwm_test.c55 .enable_capture = vnd_pwm_enable_capture,
Dpwm_mcux_pwt.c318 .enable_capture = mcux_pwt_enable_capture,
Dpwm_mcux_ftm.c500 .enable_capture = mcux_ftm_enable_capture,
Dpwm_numaker.c424 .enable_capture = pwm_numaker_enable_capture,
Dpwm_mc_esp32.c527 .enable_capture = mcpwm_esp32_enable_capture,
Dpwm_stm32.c769 .enable_capture = pwm_stm32_enable_capture,
Dpwm_nxp_s32_emios.c559 .enable_capture = pwm_nxp_s32_capture_enable,
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dpwm.h443 pwm_enable_capture_t enable_capture; member
750 if (api->enable_capture == NULL) { in z_impl_pwm_enable_capture()
754 return api->enable_capture(dev, channel); in z_impl_pwm_enable_capture()