[][src]Type Definition lpc54606_pac::spi0::FIFOINTENCLR

type FIFOINTENCLR = Reg<u32, _FIFOINTENCLR>;

FIFO interrupt enable clear (disable) and read register.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see fifointenclr module

Trait Implementations

impl Readable for FIFOINTENCLR[src]

read() method returns fifointenclr::R reader structure

impl ResetValue for FIFOINTENCLR[src]

Register FIFOINTENCLR reset()'s with value 0

type Type = u32

Register size

impl Writable for FIFOINTENCLR[src]

write(|w| ..) method takes fifointenclr::W writer structure