use embassy_rp::spinlock_mutex::SpinlockRawMutex; pub type AllocatorLock = SpinlockRawMutex<0>; pub type RtcLock = SpinlockRawMutex<1>; pub type ConnectionStatusLock = SpinlockRawMutex<2>; pub type NetDataLock = SpinlockRawMutex<3>;