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.c145 static uint32_t __maybe_unused (*const get_channel_capture[])(const TIM_TypeDef *) = { variable
147 static uint32_t __maybe_unused (*const get_channel_capture[])(TIM_TypeDef *) = {
695 cpt->period = get_channel_capture[cpt->channel - 1](cfg->timer); in pwm_stm32_isr()
696 cpt->pulse = get_channel_capture in pwm_stm32_isr()
721 cpt->pulse = get_channel_capture[complimentary_channel[cpt->channel] - 1] in pwm_stm32_isr()
723 cpt->period = get_channel_capture[cpt->channel - 1](cfg->timer); in pwm_stm32_isr()