Home
last modified time | relevance | path

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

/hal_ambiq-3.5.0/mcu/apollo4p/hal/
Dam_hal_pwrctrl.c255 uint32_t ui32PeriphEnable; member
519 pwr_ctrl->ui32PeriphEnable = 1 << ePeripheral; in am_get_pwrctrl()
532 pwr_ctrl->ui32PeriphEnable = 1 << shift_pos; in am_get_pwrctrl()
1828 if ( AM_REGVAL(pwr_ctrl.ui32PwrEnRegAddr) & pwr_ctrl.ui32PeriphEnable ) in am_hal_pwrctrl_periph_enable()
1854 pwr_ctrl.ui32PeriphEnable; in am_hal_pwrctrl_periph_enable()
1943 ((AM_REGVAL(pwr_ctrl.ui32PwrEnRegAddr) & pwr_ctrl.ui32PeriphEnable) == 0)) in pwrctrl_periph_disable_msk_check()
1951 ((AM_REGVAL(pwr_ctrl.ui32PwrEnRegAddr) & pwr_ctrl.ui32PeriphEnable) == 0)) in pwrctrl_periph_disable_msk_check()
1959 ((AM_REGVAL(pwr_ctrl.ui32PwrEnRegAddr) & pwr_ctrl.ui32PeriphEnable) == 0)) in pwrctrl_periph_disable_msk_check()
1967 ((AM_REGVAL(pwr_ctrl.ui32PwrEnRegAddr) & pwr_ctrl.ui32PeriphEnable) == 0)) in pwrctrl_periph_disable_msk_check()
1975 ((AM_REGVAL(pwr_ctrl.ui32PwrEnRegAddr) & pwr_ctrl.ui32PeriphEnable) == 0)) in pwrctrl_periph_disable_msk_check()
[all …]