/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_hrtim.h | 7266 SET_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_EnablePreload() 7277 CLEAR_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_DisablePreload() 7289 temp = READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_IsEnabledPreload() 7291 return ((temp == (HRTIM_BMCR_BMPREN)) ? 1UL : 0UL); in LL_HRTIM_BM_IsEnabledPreload()
|
D | stm32h7xx_hal_hrtim.h | 1582 #define HRIM_BURSTMODEPRELOAD_ENABLED (HRTIM_BMCR_BMPREN) /*!< Preload enabled: the write acce…
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_hrtim.h | 7336 SET_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_EnablePreload() 7347 CLEAR_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_DisablePreload() 7359 temp = READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_IsEnabledPreload() 7361 return ((temp == (HRTIM_BMCR_BMPREN)) ? 1UL : 0UL); in LL_HRTIM_BM_IsEnabledPreload()
|
D | stm32f3xx_hal_hrtim.h | 1591 #define HRIM_BURSTMODEPRELOAD_ENABLED (HRTIM_BMCR_BMPREN) /*!< Preload enabled: the write acce…
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_hrtim.h | 10474 SET_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_EnablePreload() 10485 CLEAR_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_DisablePreload() 10497 temp = READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_IsEnabledPreload() 10499 return ((temp == (HRTIM_BMCR_BMPREN)) ? 1UL : 0UL); in LL_HRTIM_BM_IsEnabledPreload()
|
D | stm32g4xx_hal_hrtim.h | 2124 #define HRIM_BURSTMODEPRELOAD_ENABLED (HRTIM_BMCR_BMPREN) /*!< Preload enabled: the write acce…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 3606 hrtim_bmcr &= ~(HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig() 3607 hrtim_bmcr |= (pBurstModeCfg->PreloadEnable & HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 3761 hrtim_bmcr &= ~(HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig() 3762 hrtim_bmcr |= (pBurstModeCfg->PreloadEnable & HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 3864 hrtim_bmcr &= ~(HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig() 3865 hrtim_bmcr |= (pBurstModeCfg->PreloadEnable & HRTIM_BMCR_BMPREN); in HAL_HRTIM_BurstModeConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f334x8.h | 10064 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g414xx.h | 8688 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32g474xx.h | 9101 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32g484xx.h | 9322 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h742xx.h | 22636 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h750xx.h | 23565 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h753xx.h | 23571 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h745xx.h | 24057 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h745xg.h | 24057 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h743xx.h | 23284 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h755xx.h | 24344 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h757xx.h | 27517 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h747xg.h | 27230 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|
D | stm32h747xx.h | 27230 #define HRTIM_BMCR_BMPREN HRTIM_BMCR_BMPREN_Msk /*!< Burst mode Prel… macro
|