Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_delayblock.c103 while((tuningOn != 0) && (i < DLYB_MAX_UNIT)) in DelayBlock_Enable()
118 if(DLYB_MAX_UNIT != i) in DelayBlock_Enable()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_dlyb.c165 while (i < DLYB_MAX_UNIT) in LL_DLYB_GetClockPeriod()
195 if (DLYB_MAX_UNIT != i) in LL_DLYB_GetClockPeriod()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_dlyb.c165 while (i < DLYB_MAX_UNIT) in LL_DLYB_GetClockPeriod()
195 if (DLYB_MAX_UNIT != i) in LL_DLYB_GetClockPeriod()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_dlyb.c165 while (i < DLYB_MAX_UNIT) in LL_DLYB_GetClockPeriod()
195 if (DLYB_MAX_UNIT != i) in LL_DLYB_GetClockPeriod()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_dlyb.c165 while (i < DLYB_MAX_UNIT) in LL_DLYB_GetClockPeriod()
195 if (DLYB_MAX_UNIT != i) in LL_DLYB_GetClockPeriod()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_delayblock.h54 #define DLYB_MAX_UNIT ((uint32_t)0x00000080U) /*!< Max UNIT value (128) */ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_delayblock.h54 #define DLYB_MAX_UNIT ((uint32_t)0x00000080U) /*!< Max UNIT value (128) */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_dlyb.h60 #define DLYB_MAX_UNIT ((uint32_t)0x00000080U) /*!< Max UNIT value (128) */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dlyb.h60 #define DLYB_MAX_UNIT ((uint32_t)0x00000080U) /*!< Max UNIT value (128) */ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dlyb.h60 #define DLYB_MAX_UNIT ((uint32_t)0x00000080U) /*!< Max UNIT value (128) */ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_dlyb.h60 #define DLYB_MAX_UNIT ((uint32_t)0x00000080U) /*!< Max UNIT value (128) */ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_delayblock.c118 for (unit_current = 0U; unit_current < DLYB_MAX_UNIT; unit_current++) in DelayBlock_Enable()