Home
last modified time | relevance | path

Searched defs:OC_Config (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_tim.c5994 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6069 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6145 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
6219 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
6280 TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
6333 TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
Dstm32mp1xx_hal_tim_ex.c144 TIM_OC_InitTypeDef OC_Config; in HAL_TIMEx_HallSensor_Init() local
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_tim.c7013 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7089 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7165 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7240 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7302 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7356 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_tim.c7026 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7102 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7180 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7257 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7322 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7378 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_tim.c6991 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7067 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7143 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7218 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7280 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7334 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim.c7312 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7388 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7464 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7539 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7618 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7672 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tim.c7008 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7084 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7160 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7235 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7297 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7351 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_tim.c6985 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7061 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7137 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7212 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7274 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7328 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_tim.c6829 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6905 static void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6985 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7064 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7129 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7185 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim.c7321 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7397 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7473 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7548 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7627 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7681 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim.c6981 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7057 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7133 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7208 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7270 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7324 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim.c7288 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7364 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7440 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7515 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7594 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7648 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_tim.c6987 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7063 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7139 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7214 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7276 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7330 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim.c7324 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7400 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7476 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7551 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7630 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7684 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim.c6988 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7063 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7139 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7213 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7274 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7327 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim.c6990 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7066 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7142 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7217 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7279 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7333 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim.c7163 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7239 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7315 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7390 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7469 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7523 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_tim.c7019 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7095 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7171 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7246 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7308 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7362 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim.c7288 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
7364 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
7440 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7515 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
7594 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC5_SetConfig()
7648 const TIM_OC_InitTypeDef *OC_Config) in TIM_OC6_SetConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_tim.c6832 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6908 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6984 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7059 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_tim.c6841 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6917 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6993 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7068 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_tim.c6474 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6521 static void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6569 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
6616 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_tim.c6832 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6908 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6984 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7059 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_tim.c6831 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6907 void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6983 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
7058 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_tim.c6477 static void TIM_OC1_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC1_SetConfig()
6525 static void TIM_OC2_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC2_SetConfig()
6574 static void TIM_OC3_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC3_SetConfig()
6622 static void TIM_OC4_SetConfig(TIM_TypeDef *TIMx, const TIM_OC_InitTypeDef *OC_Config) in TIM_OC4_SetConfig()

12