Searched refs:get_channel_capture (Results 1 – 1 of 1) sorted by relevance
145 static uint32_t __maybe_unused (*const get_channel_capture[])(const TIM_TypeDef *) = { variable147 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()