30 void bsp_interrupt_lock(
void)
33 _RTEMS_Lock_allocator();
37 void bsp_interrupt_unlock(
void)
40 _RTEMS_Unlock_allocator();
Generic BSP interrupt support API.
static __inline__ bool _System_state_Is_up(System_state_Codes state)
Checks if the state is up.
static __inline__ System_state_Codes _System_state_Get(void)
Gets the current system state.
System State Handler API.