Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c148 static uint32_t __maybe_unused (*const get_channel_capture[])(const TIM_TypeDef *) = { variable
150 static uint32_t __maybe_unused (*const get_channel_capture[])(TIM_TypeDef *) = {
701 cpt->period = get_channel_capture[cpt->channel - 1](cfg->timer); in pwm_stm32_isr()
702 cpt->pulse = get_channel_capture in pwm_stm32_isr()
727 cpt->pulse = get_channel_capture[complimentary_channel[cpt->channel] - 1] in pwm_stm32_isr()
729 cpt->period = get_channel_capture[cpt->channel - 1](cfg->timer); in pwm_stm32_isr()