Home
last modified time | relevance | path

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

12345

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_tim.c419 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1116 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1132 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1149 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1166 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1170 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1188 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1205 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1209 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1227 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
[all …]
/hal_stm32-latest/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()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_tim.c348 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
739 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
755 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
772 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
788 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
805 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
821 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
838 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
854 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_tim.c418 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1048 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1064 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1081 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1097 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1114 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1130 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1147 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1163 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_tim.c418 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1048 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1064 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1081 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1097 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1114 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1130 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1147 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1163 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_tim.c397 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1027 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1043 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1060 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1076 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1093 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1109 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1126 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1142 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_tim.c438 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1066 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1082 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1099 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1115 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1132 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1148 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1165 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1181 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_tim.c472 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1244 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1260 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1277 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1293 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1310 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1326 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1343 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1359 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_tim.c425 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1203 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1219 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1236 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1252 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1269 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1285 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1302 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1318 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
Dstm32u0xx_hal_lptim.c2776 assert_param(IS_LPTIM_IC_POLARITY(sConfig->ICPolarity)); in HAL_LPTIM_IC_ConfigChannel()
4157 sConfig->ICPolarity | in LPTIM_IC1_SetConfig()
4187 (sConfig->ICPolarity << (LPTIM_CCMR1_CC2P_Pos - LPTIM_CCMR1_CC1P_Pos)) | in LPTIM_IC2_SetConfig()
4217 sConfig->ICPolarity | in LPTIM_IC3_SetConfig()
4247 (sConfig->ICPolarity << (LPTIM_CCMR2_CC4P_Pos - LPTIM_CCMR2_CC3P_Pos)) | in LPTIM_IC4_SetConfig()
/hal_stm32-latest/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-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_tim.c421 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1211 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1227 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1244 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1260 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1277 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1293 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1310 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1326 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_tim.c416 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1194 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1210 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1227 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1243 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1260 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1276 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1293 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1309 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_tim.c408 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-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_tim.c439 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1217 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1233 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1250 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1266 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1283 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1299 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1316 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1332 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_tim.c445 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1217 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1233 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1250 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1266 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1283 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1299 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1316 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1332 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_tim.c448 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1226 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1242 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1259 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1275 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1292 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1308 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1325 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1341 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_tim.c462 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1252 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1268 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1285 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1301 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1318 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1334 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1351 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1367 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_tim.c521 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1320 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1336 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1353 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1369 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1386 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1402 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1419 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1435 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_tim.c458 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1248 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1264 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1281 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1297 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1314 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1330 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1347 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1363 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/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()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_tim.c499 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1289 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1305 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1322 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1338 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1355 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1371 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1388 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1404 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_tim.c484 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1274 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1290 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1307 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1323 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1340 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1356 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1373 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1389 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_tim.c456 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1246 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1262 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1279 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1295 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1312 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1328 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1345 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1361 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_tim.c493 TIM_ICInitStruct->ICPolarity = LL_TIM_IC_POLARITY_RISING; in LL_TIM_IC_StructInit()
1283 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC1Config()
1299 (TIM_ICInitStruct->ICPolarity | TIM_CCER_CC1E)); in IC1Config()
1316 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC2Config()
1332 ((TIM_ICInitStruct->ICPolarity << 4U) | TIM_CCER_CC2E)); in IC2Config()
1349 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC3Config()
1365 ((TIM_ICInitStruct->ICPolarity << 8U) | TIM_CCER_CC3E)); in IC3Config()
1382 assert_param(IS_LL_TIM_IC_POLARITY(TIM_ICInitStruct->ICPolarity)); in IC4Config()
1398 ((TIM_ICInitStruct->ICPolarity << 12U) | TIM_CCER_CC4E)); in IC4Config()

12345