Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h52 static const uint8_t LL_LPTIM_SHIFT_TAB_ICxF[] = variable
1098 MODIFY_REG(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel], in LL_LPTIM_IC_SetFilter()
1099 Filter << LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_SetFilter()
1118 …return (uint32_t)((READ_BIT(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel])) … in LL_LPTIM_IC_GetFilter()
1119 LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_GetFilter()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h52 static const uint8_t LL_LPTIM_SHIFT_TAB_ICxF[] = variable
1111 MODIFY_REG(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel], in LL_LPTIM_IC_SetFilter()
1112 Filter << LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_SetFilter()
1131 …return (uint32_t)((READ_BIT(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel])) … in LL_LPTIM_IC_GetFilter()
1132 LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_GetFilter()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h52 static const uint8_t LL_LPTIM_SHIFT_TAB_ICxF[] = variable
1196 MODIFY_REG(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel], in LL_LPTIM_IC_SetFilter()
1197 Filter << LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_SetFilter()
1216 …return (uint32_t)((READ_BIT(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel])) … in LL_LPTIM_IC_GetFilter()
1217 LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_GetFilter()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h52 static const uint8_t LL_LPTIM_SHIFT_TAB_ICxF[] = variable
1141 MODIFY_REG(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel], in LL_LPTIM_IC_SetFilter()
1142 Filter << LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_SetFilter()
1161 …return (uint32_t)((READ_BIT(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel])) … in LL_LPTIM_IC_GetFilter()
1162 LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_GetFilter()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h52 static const uint8_t LL_LPTIM_SHIFT_TAB_ICxF[] = variable
1108 MODIFY_REG(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel], in LL_LPTIM_IC_SetFilter()
1109 Filter << LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_SetFilter()
1128 …return (uint32_t)((READ_BIT(LPTIMx->CCMR1, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel])) … in LL_LPTIM_IC_GetFilter()
1129 LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_GetFilter()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lptim.h61 static const uint8_t LL_LPTIM_SHIFT_TAB_ICxF[] = variable
1305 …MODIFY_REG(*pReg, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel], Filter << LL_LPTIM_SHIFT_T… in LL_LPTIM_IC_SetFilter()
1329 …return (uint32_t)((READ_BIT(*pReg, LPTIM_CCMR1_IC1F << LL_LPTIM_SHIFT_TAB_ICxF[Channel])) >> … in LL_LPTIM_IC_GetFilter()
1330 LL_LPTIM_SHIFT_TAB_ICxF[Channel]); in LL_LPTIM_IC_GetFilter()