[][src]Type Definition mkl25z4::spi1::S

type S = Reg<u8, _S>;

SPI status register

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

For information about available fields see s module

Trait Implementations

impl Readable for S[src]

read() method returns s::R reader structure

impl ResetValue for S[src]

Register S reset()'s with value 0x20

type Type = u8

Register size

impl Writable for S[src]

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