#[repr(transparent)]pub struct PowDelay(pub u32);
Expand description
power state machine delays
Tuple Fields§
§0: u32
Implementations§
Source§impl PowDelay
impl PowDelay
Sourcepub const fn swcore_step(&self) -> u8
pub const fn swcore_step(&self) -> u8
timing between the swcore power state machine steps measured in units of the lposc period, 0 gives a delay of 1 unit
Sourcepub fn set_swcore_step(&mut self, val: u8)
pub fn set_swcore_step(&mut self, val: u8)
timing between the swcore power state machine steps measured in units of the lposc period, 0 gives a delay of 1 unit
Sourcepub const fn xip_step(&self) -> u8
pub const fn xip_step(&self) -> u8
timing between the xip power state machine steps measured in units of the lposc period, 0 gives a delay of 1 unit
Sourcepub fn set_xip_step(&mut self, val: u8)
pub fn set_xip_step(&mut self, val: u8)
timing between the xip power state machine steps measured in units of the lposc period, 0 gives a delay of 1 unit
Sourcepub const fn sram_step(&self) -> u8
pub const fn sram_step(&self) -> u8
timing between the sram0 and sram1 power state machine steps measured in units of the powman tick period (>=1us), 0 gives a delay of 1 unit
Sourcepub fn set_sram_step(&mut self, val: u8)
pub fn set_sram_step(&mut self, val: u8)
timing between the sram0 and sram1 power state machine steps measured in units of the powman tick period (>=1us), 0 gives a delay of 1 unit