Home
last modified time | relevance | path

Searched refs:BMCR (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h4309 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/
Dstm32f3xx_ll_hrtim.h4379 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/
Dstm32g4xx_ll_hrtim.h5865 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/
Dstm32h7xx_hal_hrtim.c3591 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/
Dstm32f3xx_hal_hrtim.c3746 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/
Dstm32g4xx_hal_hrtim.c3849 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/
Dstm32f334x8.h483 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g414xx.h944 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32g474xx.h1087 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32g484xx.h1119 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h742xx.h1638 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h750xx.h1795 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h753xx.h1795 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h745xx.h1800 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h745xg.h1800 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h743xx.h1725 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h755xx.h1870 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h757xx.h1951 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h747xg.h1881 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member
Dstm32h747xx.h1881 …__IO uint32_t BMCR; /*!< HRTIM Burst mode control register, Address… member