pub type nrf_mutex_t = u8;
Expand description

@brief Represents a mutex for use with the nrf_mutex functions. @note Accessing the value directly is not safe, use the mutex functions!