pub struct CriticalSection(/* private fields */);
Implementations§
Source§impl CriticalSection
impl CriticalSection
Source#[link_section = ".iram1.cs_new"]pub const fn new() -> Self
#[link_section = ".iram1.cs_new"]pub const fn new() -> Self
Constructs a new CriticalSection
instance