|
__STATIC_INLINE void | ll_pwr_enable_comm_timer_reset (void) |
| Enable the Communication Timer Reset. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_comm_timer_reset (void) |
| Disable the Communication Timer Reset, and set Communication Timer to running state. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_timer_reset (void) |
| Check if the Communication Timer Reset was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_comm_core_reset (void) |
| Enable the Communication Core Reset. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_comm_core_reset (void) |
| Disable the Communication Core Reset, and set Communication Core to running state. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_core_reset (void) |
| Check if the Communication Core Reset was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_comm_timer_power (void) |
| Enable the Communication Timer Power, the Communication Timer will be Powered Up. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_comm_timer_power (void) |
| Disable the Communication Timer Power, the Communication Timer will be Powered Down. More...
|
|
__STATIC_FORCEINLINE uint32_t | ll_pwr_is_enabled_comm_timer_power (void) |
| Check if the Communication Timer Power was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_comm_core_power (void) |
| Enable the Communication Core Power, the Communication Core will be Powered Up. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_comm_core_power (void) |
| Disable the Communication Core Power, the Communication Core will be Powered Down. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_core_power (void) |
| Check if the Communication Core Power was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_osc_sleep (void) |
| Enable high frequency crystal oscillator sleep mode, and diable OSC. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_osc_sleep (void) |
| Disable high frequency crystal oscillator sleep mode. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_osc_sleep (void) |
| Check if the OSC sleep mode was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_radio_sleep (void) |
| Enable Radio sleep mode, and disable Radio module. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_radio_sleep (void) |
| Disable Radio sleep mode. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_radio_sleep (void) |
| Check if the Radio sleep mode was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_comm_core_deep_sleep (void) |
| Enable Communication Core Deep Sleep Mode. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_comm_core_deep_sleep (void) |
| Disable Communication Core Deep Sleep Mode. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_core_deep_sleep (void) |
| Check if the Communication Core Deep Sleep Mode was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_comm_soft_wakeup_req (void) |
| Enable Wake Up Request from Software. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_soft_wakeup_req (void) |
| Check if the Wake Up Request was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_enable_comm_core_ext_wakeup (void) |
| Enable Communication Core external wakeup. More...
|
|
__STATIC_INLINE void | ll_pwr_disable_comm_core_ext_wakeup (void) |
| Disable Communication Core external wakeup. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_core_ext_wakeup (void) |
| Check if the Communication Core external wakeup was enabled or disabled. More...
|
|
__STATIC_INLINE void | ll_pwr_set_comm_core_wakeup_time (uint32_t time) |
| Set the time in low_power_clk clock cycles to spend in Deep Sleep Mode before waking-up the device. More...
|
|
__STATIC_FORCEINLINE uint32_t | ll_pwr_get_comm_wakeup_time (void) |
| Get the time in low_power_clk clock cycles to spend in Deep Sleep Mode before waking-up the device. More...
|
|
__STATIC_FORCEINLINE uint32_t | ll_pwr_get_comm_sleep_duration (void) |
| Get the actual duration of the last deep sleep phase measured in low_power_clk clock cycle. More...
|
|
__STATIC_INLINE void | ll_pwr_set_comm_wakeup_timing (uint32_t twext, uint32_t twosc, uint32_t twrm) |
| Set the wakeup timing in low_power_clk clock cycles to spend when waking-up the device. More...
|
|
__STATIC_INLINE uint32_t | ll_pwr_read_comm_wakeup_timing (void) |
| Read the wakeup timing in low_power_clk clock cycles to spend when waking-up the device. More...
|
|
__STATIC_FORCEINLINE uint32_t | ll_pwr_read_comm_wakeup_timing_twosc (void) |
| Read the Twosc of the wakeup timing in low_power_clk clock cycles to spend when waking-up the device. More...
|
|