[][src]Type Definition lpc54606_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]

Register FIFOINTENSET reset()'s with value 0

type Type = u32

Register size

impl Writable for FIFOINTENSET[src]

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