50#if defined(NRF54L15_XXAA)
53#define clock_arch_check_and_recover() do { } while(0)
64 ENERGEST_SWITCH(ENERGEST_TYPE_CPU, ENERGEST_TYPE_LPM);
65#if defined(NRF54L15_XXAA)
68 for(
volatile int _i = 0; _i < 1000; _i++) { __NOP(); }
72 ENERGEST_SWITCH(ENERGEST_TYPE_LPM, ENERGEST_TYPE_CPU);
Header file for the energy estimation mechanism.
void lpm_drop()
Drop the cortex to sleep / deep sleep and shut down peripherals.
static void critical_exit(int_master_status_t status)
Exit a critical section and restore the master interrupt.
static int_master_status_t critical_enter()
Enter a critical section.
uint32_t int_master_status_t
Master interrupt state representation data type.
process_num_events_t process_nevents(void)
Number of events waiting to be processed.
Header file for the Contiki process interface.