Home
last modified time | relevance | path

Searched refs:ICPolarity (Results 1 – 25 of 80) sorted by relevance

1234

/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_tim.c349 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
740 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
756 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
773 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
789 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
806 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
822 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
839 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
855 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
Dstm32l1xx_hal_tim.c3834 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
3846 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3862 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3878 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3894 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4081 TIM_TI1_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
4100 TIM_TI2_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_tim.c325 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
716 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
732 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
749 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
765 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
782 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
798 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
815 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
831 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
Dstm32l0xx_hal_tim.c3921 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
3933 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3949 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3965 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3981 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4181 TIM_TI1_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
4201 TIM_TI2_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_tim.c397 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1032 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1048 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1065 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1081 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1098 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1114 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1131 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1147 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_tim.c419 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1054 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1070 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1087 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1103 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1120 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1136 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1153 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1169 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
Dstm32f2xx_hal_tim.c4042 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
4054 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4070 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4086 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4102 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4292 TIM_TI1_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
4311 TIM_TI2_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_tim.c439 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1072 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1088 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1105 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1121 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1138 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1154 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1171 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1187 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
Dstm32f1xx_hal_tim.c4041 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
4053 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4069 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4085 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4101 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
4291 TIM_TI1_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
4310 TIM_TI2_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_tim.c418 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1053 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1069 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1086 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1102 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1119 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1135 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1152 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1168 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_tim.c415 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1200 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1216 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1233 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1249 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1266 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1282 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1299 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1315 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_tim.c404 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1186 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1202 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1219 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1235 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1252 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1268 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1285 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1301 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_tim.c439 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1221 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1237 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1254 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1270 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1287 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1303 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1320 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1336 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_tim.c408 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1190 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1206 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1223 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1239 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1256 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1272 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1289 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1305 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_tim.c472 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1251 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1267 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1284 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1300 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1317 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1333 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1350 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1366 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_tim.c445 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1224 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1240 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1257 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1273 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1290 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1306 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1323 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1339 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_tim.c448 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1233 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1249 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1266 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1282 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1299 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1315 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1332 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1348 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_tim.c519 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1318 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1334 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1351 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1367 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1384 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1400 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1417 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1433 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_tim.c458 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1249 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1265 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1282 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1298 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1315 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1331 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1348 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1364 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_tim.c493 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1284 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1300 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1317 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1333 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1350 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1366 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1383 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1399 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_tim.c456 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1250 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1266 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1283 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1299 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1316 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1332 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1349 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1365 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_tim.c478 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1256 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1272 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1289 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1305 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1322 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1338 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1355 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1371 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
Dstm32mp1xx_hal_tim.c3512 assert_param(IS_TIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_TIM_IC_ConfigChannel()
3526 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3542 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3558 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3574 sConfig->ICPolarity, in HAL_TIM_IC_ConfigChannel()
3806 TIM_TI1_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
3825 TIM_TI2_SetConfig(htim->Instance, sConfig->ICPolarity, in HAL_TIM_OnePulse_ConfigChannel()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_tim.c484 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1279 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1295 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1312 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1328 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1345 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1361 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1378 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1394 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_tim.h213 uint32_t ICPolarity; /*!< Specifies the active edge of the input signal. member
2050 __STATIC_INLINE void LL_TIM_IC_SetPolarity(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ICPolarity) in LL_TIM_IC_SetPolarity() argument
2054 ICPolarity << SHIFT_TAB_CCxP[iChannel]); in LL_TIM_IC_SetPolarity()

1234