Struct Twim
pub struct Twim { /* private fields */ }Expand description
I2C compatible Two-Wire Master Interface with EasyDMA 0.
Implementations§
§impl Twim
impl Twim
pub const unsafe fn from_ptr(ptr: *mut ()) -> Twim
pub const fn as_ptr(&self) -> *mut ()
pub const fn tasks_dma(self) -> TasksDma
pub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stop TWI transaction. Must be issued while the TWI master is not suspended.
pub const fn tasks_suspend(self) -> Reg<u32, W>
pub const fn tasks_suspend(self) -> Reg<u32, W>
Suspend TWI transaction.
pub const fn tasks_resume(self) -> Reg<u32, W>
pub const fn tasks_resume(self) -> Reg<u32, W>
Resume TWI transaction.
pub const fn subscribe_startrx(self) -> Reg<Subscribe, RW>
pub const fn subscribe_startrx(self) -> Reg<Subscribe, RW>
Subscribe configuration for task STARTRX.
pub const fn subscribe_starttx(self) -> Reg<Subscribe, RW>
pub const fn subscribe_starttx(self) -> Reg<Subscribe, RW>
Subscribe configuration for task STARTTX.
pub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
pub const fn subscribe_stop(self) -> Reg<Subscribe, RW>
Subscribe configuration for task STOP.
pub const fn subscribe_suspend(self) -> Reg<Subscribe, RW>
pub const fn subscribe_suspend(self) -> Reg<Subscribe, RW>
Subscribe configuration for task SUSPEND.
pub const fn subscribe_resume(self) -> Reg<Subscribe, RW>
pub const fn subscribe_resume(self) -> Reg<Subscribe, RW>
Subscribe configuration for task RESUME.
pub const fn events_stopped(self) -> Reg<u32, RW>
pub const fn events_stopped(self) -> Reg<u32, RW>
TWI stopped.
pub const fn events_error(self) -> Reg<u32, RW>
pub const fn events_error(self) -> Reg<u32, RW>
TWI error.
pub const fn events_suspended(self) -> Reg<u32, RW>
pub const fn events_suspended(self) -> Reg<u32, RW>
SUSPEND task has been issued, TWI traffic is now suspended.
pub const fn events_rxstarted(self) -> Reg<u32, RW>
pub const fn events_rxstarted(self) -> Reg<u32, RW>
Receive sequence started.
pub const fn events_txstarted(self) -> Reg<u32, RW>
pub const fn events_txstarted(self) -> Reg<u32, RW>
Transmit sequence started.
pub const fn events_lastrx(self) -> Reg<u32, RW>
pub const fn events_lastrx(self) -> Reg<u32, RW>
Byte boundary, starting to receive the last byte.
pub const fn events_lasttx(self) -> Reg<u32, RW>
pub const fn events_lasttx(self) -> Reg<u32, RW>
Byte boundary, starting to transmit the last byte.
pub const fn publish_stopped(self) -> Reg<Publish, RW>
pub const fn publish_stopped(self) -> Reg<Publish, RW>
Publish configuration for event STOPPED.
pub const fn publish_error(self) -> Reg<Publish, RW>
pub const fn publish_error(self) -> Reg<Publish, RW>
Publish configuration for event ERROR.
pub const fn publish_suspended(self) -> Reg<Publish, RW>
pub const fn publish_suspended(self) -> Reg<Publish, RW>
Publish configuration for event SUSPENDED.
pub const fn publish_rxstarted(self) -> Reg<Publish, RW>
pub const fn publish_rxstarted(self) -> Reg<Publish, RW>
Publish configuration for event RXSTARTED.
pub const fn publish_txstarted(self) -> Reg<Publish, RW>
pub const fn publish_txstarted(self) -> Reg<Publish, RW>
Publish configuration for event TXSTARTED.
pub const fn publish_lastrx(self) -> Reg<Publish, RW>
pub const fn publish_lastrx(self) -> Reg<Publish, RW>
Publish configuration for event LASTRX.
pub const fn publish_lasttx(self) -> Reg<Publish, RW>
pub const fn publish_lasttx(self) -> Reg<Publish, RW>
Publish configuration for event LASTTX.
pub const fn frequency(self) -> Reg<Frequency, RW>
pub const fn frequency(self) -> Reg<Frequency, RW>
TWI frequency. Accuracy depends on the HFCLK source selected.