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