Struct cortex_m::peripheral::Stim
[−]
[src]
pub struct Stim { /* fields omitted */ }Stimulus Port
Methods
impl Stim[src]
fn write_u8(&self, value: u8)
Writes an u8 payload into the stimulus port
fn write_u16(&self, value: u16)
Writes an u16 payload into the stimulus port
fn write_u32(&self, value: u32)
Writes an u32 payload into the stimulus port
fn is_fifo_ready(&self) -> bool
Returns true if the stimulus port is ready to accept more data