Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_pwrctrl.c103 uint32_t ui32PeriphStatus; member
294 … if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) > 0) in am_hal_pwrctrl_periph_enable()
303 … if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) > 0) in am_hal_pwrctrl_periph_enable()
334 switch (am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) in pwrctrl_periph_disable_msk_check()
384 …if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) == 0) in am_hal_pwrctrl_periph_disable()
393 …if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) == 0) in am_hal_pwrctrl_periph_disable()
415 uint32_t ui32Mask = am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus; in am_hal_pwrctrl_periph_enabled()
/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_pwrctrl.c116 uint32_t ui32PeriphStatus; member
310 … if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) > 0) in am_hal_pwrctrl_periph_enable()
319 … if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) > 0) in am_hal_pwrctrl_periph_enable()
349 switch (am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) in pwrctrl_periph_disable_msk_check()
405 …if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) == 0) in am_hal_pwrctrl_periph_disable()
414 …if ((PWRCTRL->DEVPWRSTATUS & am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus) == 0) in am_hal_pwrctrl_periph_disable()
435 uint32_t ui32Mask = am_hal_pwrctrl_peripheral_control[ePeripheral].ui32PeriphStatus; in am_hal_pwrctrl_periph_enabled()
/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_pwrctrl.c257 uint32_t ui32PeriphStatus; member
520 pwr_ctrl->ui32PeriphStatus = 1 << ePeripheral; in am_get_pwrctrl()
533 pwr_ctrl->ui32PeriphStatus = 1 << shift_pos; in am_get_pwrctrl()
1859 pwr_ctrl.ui32PeriphStatus, in am_hal_pwrctrl_periph_enable()
1860 pwr_ctrl.ui32PeriphStatus, in am_hal_pwrctrl_periph_enable()
1906 pwr_ctrl.ui32PeriphStatus) != 0) in am_hal_pwrctrl_periph_enable()
1939 switch (pwr_ctrl.ui32PeriphStatus) in pwrctrl_periph_disable_msk_check()
2059 pwr_ctrl.ui32PeriphStatus, in am_hal_pwrctrl_periph_disable()
2060 pwr_ctrl.ui32PeriphStatus, in am_hal_pwrctrl_periph_disable()
2110 pwr_ctrl.ui32PeriphStatus) != 0); in am_hal_pwrctrl_periph_enabled()