Struct esp32c3::spi2::dma_int_st::TRANS_DONE_INT_ST_R [−][src]
pub struct TRANS_DONE_INT_ST_R(_);Expand description
Field TRANS_DONE_INT_ST reader - The status bit for SPI_TRANS_DONE_INT interrupt.
Methods from Deref<Target = FieldReader<bool, bool>>
Returns true if the bit is clear (0).
Returns true if the bit is set (1).
Trait Implementations
type Target = FieldReader<bool, bool>
type Target = FieldReader<bool, bool>
The resulting type after dereferencing.