Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c210 static void TIM_OC5_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config);
3393 TIM_OC5_SetConfig(htim->Instance, sConfig); in HAL_TIM_OC_ConfigChannel()
3621 TIM_OC5_SetConfig(htim->Instance, sConfig); in HAL_TIM_PWM_ConfigChannel()
5931 static void TIM_OC5_SetConfig(TIM_TypeDef *TIMx, in TIM_OC5_SetConfig() function