1 2 3 4 5
#include "global.h" void __osSpSetStatus(u32 status) { HW_REG(SP_STATUS_REG, u32) = status; }