Functions | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_comm_timer_reset (void) |
Enable the Communication Timer Reset. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_comm_timer_reset (void) |
Disable the Communication Timer Reset, and set Communication Timer to running state. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_timer_reset (void) |
Check if the Communication Timer Reset was enabled or disabled. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_comm_core_reset (void) |
Enable the Communication Core Reset. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_comm_core_reset (void) |
Disable the Communication Core Reset, and set Communication Core to running state. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_core_reset (void) |
Check if the Communication Core Reset was enabled or disabled. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_comm_timer_power (void) |
Enable the Communication Timer Power, the Communication Timer will be Powered Up. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_comm_timer_power (void) |
Disable the Communication Timer Power, the Communication Timer will be Powered Down. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_timer_power (void) |
Check if the Communication Timer Power was enabled or disabled. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_comm_core_power (void) |
Enable the Communication Core Power, the Communication Core will be Powered Up. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_comm_core_power (void) |
Disable the Communication Core Power, the Communication Core will be Powered Down. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_enabled_comm_core_power (void) |
Check if the Communication Core Power was enabled or disabled. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_set_timer_read_select (uint32_t select) |
Select which timer value to read. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_get_timer_read_select (void) |
Get which timer value was selected to read. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_get_timer_read_value (void) |
Get current timer value based on the selection. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_osc_sleep (void) |
Enable high frequency crystal oscillator sleep mode, and diable OSC. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_osc_sleep (void) |
Disable high frequency crystal oscillator sleep mode. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_enabled_osc_sleep (void) |
Check if the OSC sleep mode was enabled or disabled. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_radio_sleep (void) |
Enable Radio sleep mode, and disable Radio module. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_radio_sleep (void) |
Disable Radio sleep mode. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_enabled_radio_sleep (void) |
Check if the Radio sleep mode was enabled or disabled. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_comm_core_deep_sleep (void) |
Enable Communication Core Deep Sleep Mode. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_comm_core_deep_sleep (void) |
Disable Communication Core Deep Sleep Mode. More... | |
SECTION_RAM_CODE __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... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_comm_soft_wakeup_req (void) |
Enable Wake Up Request from Software. More... | |
SECTION_RAM_CODE __STATIC_INLINE uint32_t | ll_pwr_is_enabled_soft_wakeup_req (void) |
Check if the Wake Up Request was enabled or disabled. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_enable_comm_core_ext_wakeup (void) |
Enable Communication Core external wakeup. More... | |
SECTION_RAM_CODE __STATIC_INLINE void | ll_pwr_disable_comm_core_ext_wakeup (void) |
Disable Communication Core external wakeup. More... | |
SECTION_RAM_CODE __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... | |
SECTION_RAM_CODE __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... | |
SECTION_RAM_CODE __STATIC_INLINE 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... | |
SECTION_RAM_CODE __STATIC_INLINE 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... | |
SECTION_RAM_CODE __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... | |
SECTION_RAM_CODE __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... | |
SECTION_RAM_CODE __STATIC_INLINE 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... | |
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_comm_core_deep_sleep | ( | void | ) |
Disable Communication Core Deep Sleep Mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_DEEP_SLEEP_ON | +———————-+———————————–+ \endrst
None |
Definition at line 1119 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_comm_core_ext_wakeup | ( | void | ) |
Disable Communication Core external wakeup.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_EXTWKUPDSB | +———————-+———————————–+ \endrst
None |
Definition at line 1220 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_comm_core_power | ( | void | ) |
Disable the Communication Core Power, the Communication Core will be Powered Down.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CALENDAR_TIMER_CTL | ISO_EN_PD_COMM_CORE | +———————-+———————————–+ | CALENDAR_TIMER_CTL | PWR_EN_PD_COMM_CORE | +———————-+———————————–+ \endrst
None |
Definition at line 867 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_comm_core_reset | ( | void | ) |
Disable the Communication Core Reset, and set Communication Core to running state.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PWR_RET01 | COMM_CORE_RST_N | +———————-+———————————–+ \endrst
None |
Definition at line 742 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_comm_timer_power | ( | void | ) |
Disable the Communication Timer Power, the Communication Timer will be Powered Down.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CALENDAR_TIMER_CTL | ISO_EN_PD_COMM_TIMER | +———————-+———————————–+ | CALENDAR_TIMER_CTL | PWR_EN_PD_COMM_TIMER | +———————-+———————————–+ \endrst
None |
Definition at line 804 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_comm_timer_reset | ( | void | ) |
Disable the Communication Timer Reset, and set Communication Timer to running state.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PWR_RET01 | COMM_TIMER_RST_N | +———————-+———————————–+ \endrst
None |
Definition at line 684 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_osc_sleep | ( | void | ) |
Disable high frequency crystal oscillator sleep mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_OSC_SLEEP_EN | +———————-+———————————–+ \endrst
None |
Definition at line 1000 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_disable_radio_sleep | ( | void | ) |
Disable Radio sleep mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_RADIO_SLEEP_EN | +———————-+———————————–+ \endrst
None |
Definition at line 1059 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_comm_core_deep_sleep | ( | void | ) |
Enable Communication Core Deep Sleep Mode.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_DEEP_SLEEP_ON | +———————-+———————————–+ \endrst
None |
Definition at line 1098 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_comm_core_ext_wakeup | ( | void | ) |
Enable Communication Core external wakeup.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_EXTWKUPDSB | +———————-+———————————–+ \endrst
None |
Definition at line 1199 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_comm_core_power | ( | void | ) |
Enable the Communication Core Power, the Communication Core will be Powered Up.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CALENDAR_TIMER_CTL | ISO_EN_PD_COMM_CORE | +———————-+———————————–+ | CALENDAR_TIMER_CTL | PWR_EN_PD_COMM_CORE | +———————-+———————————–+ \endrst
None |
Definition at line 846 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_comm_core_reset | ( | void | ) |
Enable the Communication Core Reset.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PWR_RET01 | COMM_CORE_RST_N | +———————-+———————————–+ \endrst
None |
Definition at line 723 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_comm_soft_wakeup_req | ( | void | ) |
Enable Wake Up Request from Software.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_SOFT_WAKEUP_REQ | +———————-+———————————–+ \endrst
None |
Definition at line 1159 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_comm_timer_power | ( | void | ) |
Enable the Communication Timer Power, the Communication Timer will be Powered Up.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CALENDAR_TIMER_CTL | ISO_EN_PD_COMM_TIMER | +———————-+———————————–+ | CALENDAR_TIMER_CTL | PWR_EN_PD_COMM_TIMER | +———————-+———————————–+ \endrst
None |
Definition at line 781 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_comm_timer_reset | ( | void | ) |
Enable the Communication Timer Reset.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PWR_RET01 | COMM_TIMER_RST_N | +———————-+———————————–+ \endrst
None |
Definition at line 665 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_osc_sleep | ( | void | ) |
Enable high frequency crystal oscillator sleep mode, and diable OSC.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_OSC_SLEEP_EN | +———————-+———————————–+ \endrst
None |
Definition at line 978 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_enable_radio_sleep | ( | void | ) |
Enable Radio sleep mode, and disable Radio module.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_RADIO_SLEEP_EN | +———————-+———————————–+ \endrst
None |
Definition at line 1038 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE 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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | COMM_TMR_DEEPSLPSTAT | DEEPSLDUR | +———————-+———————————–+ \endrst
Sleep | duration |
Definition at line 1296 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE 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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | COMM_TMR_DEEPSLWKUP | AON_COMM_TMR_DEEPSLWKUP_DEEPSLTIME| +———————-+———————————–+ \endrst
Clock | cycles to spend in Deep Sleep Mode before waking-up the device |
Definition at line 1277 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_get_timer_read_select | ( | void | ) |
Get which timer value was selected to read.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PAD_CTL1 | TIMER_READ_SEL | +———————-+———————————–+ \endrst
Returned | value can be one of the following values: |
Definition at line 937 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_get_timer_read_value | ( | void | ) |
Get current timer value based on the selection.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PAD_CTL1 | TIMER_READ_SEL | +———————-+———————————–+ \endrst
Returned | value can be one of the following values: |
Definition at line 960 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_DEEP_SLEEP_ON | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 1139 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_comm_core_ext_wakeup | ( | void | ) |
Check if the Communication Core external wakeup was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_EXTWKUPDSB | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 1240 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_comm_core_power | ( | void | ) |
Check if the Communication Core Power was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CALENDAR_TIMER_CTL | ISO_EN_PD_COMM_CORE | +———————-+———————————–+ | CALENDAR_TIMER_CTL | PWR_EN_PD_COMM_CORE | +———————-+———————————–+ \endrst
None |
Definition at line 890 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_comm_core_reset | ( | void | ) |
Check if the Communication Core Reset was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PWR_RET01 | COMM_CORE_RST_N | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 760 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_comm_timer_power | ( | void | ) |
Check if the Communication Timer Power was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | CALENDAR_TIMER_CTL | ISO_EN_PD_COMM_TIMER | +———————-+———————————–+ | CALENDAR_TIMER_CTL | PWR_EN_PD_COMM_TIMER | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 826 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_comm_timer_reset | ( | void | ) |
Check if the Communication Timer Reset was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PWR_RET01 | COMM_TIMER_RST_N | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 702 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_osc_sleep | ( | void | ) |
Check if the OSC sleep mode was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_OSC_SLEEP_EN | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 1020 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_radio_sleep | ( | void | ) |
Check if the Radio sleep mode was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_RADIO_SLEEP_EN | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 1079 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE uint32_t ll_pwr_is_enabled_soft_wakeup_req | ( | void | ) |
Check if the Wake Up Request was enabled or disabled.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | MSIO_PAD_CFG_1 | COMM_DEEPSLCNTL_SOFT_WAKEUP_REQ | +———————-+———————————–+ \endrst
State | of bit (1 or 0). |
Definition at line 1180 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | COMM_TMR_ENBPRESET | TWEXT | +———————-+———————————–+ | COMM_TMR_ENBPRESET | TWOSC | +———————-+———————————–+ | COMM_TMR_ENBPRESET | TWRM | +———————-+———————————–+ \endrst
COMM_TMR_ENBPRESET | Register value |
Definition at line 1349 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE 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.
TWOSC | value |
Definition at line 1359 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | COMM_TMR_DEEPSLWKUP | AON_COMM_TMR_DEEPSLWKUP_DEEPSLTIME| +———————-+———————————–+ \endrst
time | 32 bit clock cycles loaded into the AON_COMM_TMR_DEEPSLWKUP_DEEPSLTIME |
None |
Definition at line 1259 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __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.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | COMM_TMR_ENBPRESET | TWEXT | +———————-+———————————–+ | COMM_TMR_ENBPRESET | TWOSC | +———————-+———————————–+ | COMM_TMR_ENBPRESET | TWRM | +———————-+———————————–+ \endrst
twext | Time in low power oscillator cycles allowed for stabilization of the high frequency oscillator following an external wake–up request (signal wakeup_req). |
twosc | Time in low power oscillator cycles allowed for stabilization of the high frequency oscillator when the deep–sleep mode has been left due to sleep–timer expiry. |
twrm | Time in low power oscillator cycles allowed for the radio module to leave low–power mode. |
None |
Definition at line 1323 of file gr55xx_ll_pwr.h.
SECTION_RAM_CODE __STATIC_INLINE void ll_pwr_set_timer_read_select | ( | uint32_t | select | ) |
Select which timer value to read.
\rst +———————-+———————————–+ | Register | BitsName | +======================+===================================+ | PAD_CTL1 | TIMER_READ_SEL | +———————-+———————————–+ \endrst
select | This parameter can be one of the following values: |
None |
Definition at line 913 of file gr55xx_ll_pwr.h.