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