[−][src]Type Definition lpc55_pac::spi0::FIFOINTENSET  
type FIFOINTENSET = Reg<u32, _FIFOINTENSET>;
FIFO interrupt enable set (enable) and read register.
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see fifointenset module
Trait Implementations
impl Readable for FIFOINTENSET[src]
read() method returns fifointenset::R reader structure
impl ResetValue for FIFOINTENSET[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for FIFOINTENSET[src]
write(|w| ..) method takes fifointenset::W writer structure