Functions | |
| SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_get_ext_wakeup_status (void) |
| Get the External Wake Up Status. More... | |
| SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_clear_ext_wakeup_status (uint32_t wakeup_pin) |
| Clear the External Wake Up Status. More... | |
| SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_clear_wakeup_event (uint32_t event) |
| Clear the Event that triggered the DeepSleep WakeUp. More... | |
| SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_active_flag_psc_cmd_busy (void) |
| Indicate if the Power State Controller is in busy state. More... | |
| SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_active_flag_comm_deep_sleep_stat (void) |
| Indicate if the Communication Core is in Deep Sleep Mode. More... | |
| SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_cache_module (void) |
| Disable cache function. More... | |
| SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_clear_ext_wakeup_status | ( | uint32_t | wakeup_pin | ) |
Clear the External Wake Up Status.
| Register | BitsName |
|---|---|
| SLP_EVENT | EXT_WKUP_STATUS |
| wakeup_pin | This parameter can be a combination of the following values: |
| None |
| SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_clear_wakeup_event | ( | uint32_t | event | ) |
Clear the Event that triggered the DeepSleep WakeUp.
| Register | BitsName |
|---|---|
| SLP_EVENT | SMCOSCEN_EVENT |
| SLP_EVENT | TIMER_EVENT |
| SLP_EVENT | EXT_WKUP_EVENT |
| SLP_EVENT | WATCHDOG_EVENT |
| event | This parameter can be a combination of the following values: |
| None |
| SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_cache_module | ( | void | ) |
Disable cache function.
| Register | BitsName |
|---|---|
| CTRL0 | EN |
| None |
| SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_get_ext_wakeup_status | ( | void | ) |
Get the External Wake Up Status.
| Register | BitsName |
|---|---|
| SLP_EVENT | EXT_WKUP_STATUS |
| Returned | value can be a combination of the following values: |
| SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_active_flag_comm_deep_sleep_stat | ( | void | ) |
Indicate if the Communication Core is in Deep Sleep Mode.
| Register | BitsName |
|---|---|
| MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_DEEP_SLEEP_STAT |
| State | of bit (1 or 0). |
| SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_active_flag_psc_cmd_busy | ( | void | ) |
Indicate if the Power State Controller is in busy state.
| Register | BitsName |
|---|---|
| PSC_CMD | MCU_PWR_BUSY |
| State | of bit (1 or 0). |