/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_hrtim.h | 4309 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, Timer, BurtsModeOption << iTimer); in LL_HRTIM_TIM_SetBurstModeOption() 4335 return (READ_BIT(HRTIMx->sCommonRegs.BMCR, Timer) >> iTimer); in LL_HRTIM_TIM_GetBurstModeOption() 7119 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BM_CONFIG_MASK, Configuration); in LL_HRTIM_BM_Config() 7133 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMOM, Mode); in LL_HRTIM_BM_SetMode() 7146 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMOM); in LL_HRTIM_BM_GetMode() 7168 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMCLK, ClockSrc); in LL_HRTIM_BM_SetClockSrc() 7200 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMCLK); in LL_HRTIM_BM_GetClockSrc() 7228 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPRSC, Prescaler); in LL_HRTIM_BM_SetPrescaler() 7255 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPRSC); in LL_HRTIM_BM_GetPrescaler() 7266 SET_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_EnablePreload() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_hrtim.h | 4379 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, Timer, BurtsModeOption << iTimer); in LL_HRTIM_TIM_SetBurstModeOption() 4405 return (READ_BIT(HRTIMx->sCommonRegs.BMCR, Timer) >> iTimer); in LL_HRTIM_TIM_GetBurstModeOption() 7189 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BM_CONFIG_MASK, Configuration); in LL_HRTIM_BM_Config() 7203 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMOM, Mode); in LL_HRTIM_BM_SetMode() 7216 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMOM); in LL_HRTIM_BM_GetMode() 7238 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMCLK, ClockSrc); in LL_HRTIM_BM_SetClockSrc() 7270 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMCLK); in LL_HRTIM_BM_GetClockSrc() 7298 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPRSC, Prescaler); in LL_HRTIM_BM_SetPrescaler() 7325 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPRSC); in LL_HRTIM_BM_GetPrescaler() 7336 SET_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_EnablePreload() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_hrtim.h | 5865 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, Timer, BurtsModeOption << iTimer); in LL_HRTIM_TIM_SetBurstModeOption() 5893 return (READ_BIT(HRTIMx->sCommonRegs.BMCR, Timer) >> iTimer); in LL_HRTIM_TIM_GetBurstModeOption() 10325 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BM_CONFIG_MASK, Configuration); in LL_HRTIM_BM_Config() 10339 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMOM, Mode); in LL_HRTIM_BM_SetMode() 10352 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMOM); in LL_HRTIM_BM_GetMode() 10375 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMCLK, ClockSrc); in LL_HRTIM_BM_SetClockSrc() 10408 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMCLK); in LL_HRTIM_BM_GetClockSrc() 10436 MODIFY_REG(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPRSC, Prescaler); in LL_HRTIM_BM_SetPrescaler() 10463 return (uint32_t)READ_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPRSC); in LL_HRTIM_BM_GetPrescaler() 10474 SET_BIT(HRTIMx->sCommonRegs.BMCR, HRTIM_BMCR_BMPREN); in LL_HRTIM_BM_EnablePreload() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 3591 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HAL_HRTIM_BurstModeConfig() 3619 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HAL_HRTIM_BurstModeConfig() 5548 MODIFY_REG(hhrtim->Instance->sCommonRegs.BMCR, HRTIM_BMCR_BME, Enable); in HAL_HRTIM_BurstModeCtl() 6306 burst_mode_status = (hhrtim->Instance->sCommonRegs.BMCR & HRTIM_BMCR_BMSTAT); in HAL_HRTIM_GetBurstStatus() 7547 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HRTIM_MasterWaveform_Config() 7583 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HRTIM_MasterWaveform_Config() 7610 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HRTIM_TimingUnitWaveform_Config() 7733 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HRTIM_TimingUnitWaveform_Config()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 3746 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HAL_HRTIM_BurstModeConfig() 3774 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HAL_HRTIM_BurstModeConfig() 5692 MODIFY_REG(hhrtim->Instance->sCommonRegs.BMCR, HRTIM_BMCR_BME, Enable); in HAL_HRTIM_BurstModeCtl() 6450 burst_mode_status = (hhrtim->Instance->sCommonRegs.BMCR & HRTIM_BMCR_BMSTAT); in HAL_HRTIM_GetBurstStatus() 7716 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HRTIM_MasterWaveform_Config() 7752 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HRTIM_MasterWaveform_Config() 7779 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HRTIM_TimingUnitWaveform_Config() 7902 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HRTIM_TimingUnitWaveform_Config()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 3849 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HAL_HRTIM_BurstModeConfig() 3877 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HAL_HRTIM_BurstModeConfig() 6830 MODIFY_REG(hhrtim->Instance->sCommonRegs.BMCR, HRTIM_BMCR_BME, Enable); in HAL_HRTIM_BurstModeCtl() 7839 burst_mode_status = (hhrtim->Instance->sCommonRegs.BMCR & HRTIM_BMCR_BMSTAT); in HAL_HRTIM_GetBurstStatus() 9148 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HRTIM_MasterWaveform_Config() 9209 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HRTIM_MasterWaveform_Config() 9236 hrtim_bmcr = hhrtim->Instance->sCommonRegs.BMCR; in HRTIM_TimingUnitWaveform_Config() 9389 hhrtim->Instance->sCommonRegs.BMCR = hrtim_bmcr; in HRTIM_TimingUnitWaveform_Config()
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f334x8.h | 483 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g414xx.h | 944 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32g474xx.h | 1087 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32g484xx.h | 1119 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h742xx.h | 1638 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h750xx.h | 1795 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h753xx.h | 1795 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h745xx.h | 1800 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h745xg.h | 1800 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h743xx.h | 1725 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h755xx.h | 1870 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h757xx.h | 1951 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h747xg.h | 1881 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|
D | stm32h747xx.h | 1881 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
|