[][src]Type Definition lpc55s6x_pac::spi0::DLY

type DLY = Reg<u32, _DLY>;

SPI Delay register

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

For information about available fields see dly module

Trait Implementations

impl Readable for DLY[src]

read() method returns dly::R reader structure

impl ResetValue for DLY[src]

Register DLY reset()'s with value 0

type Type = u32

Register size

impl Writable for DLY[src]

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