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