[][src]Type Definition nuc1xx::spi0::SPI_SSR

type SPI_SSR = Reg<u32, _SPI_SSR>;

Slave Select Register

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

For information about available fields see spi_ssr module

Trait Implementations

impl Readable for SPI_SSR[src]

read() method returns spi_ssr::R reader structure

impl ResetValue for SPI_SSR[src]

Register SPI_SSR reset()'s with value 0

type Type = u32

Register size

impl Writable for SPI_SSR[src]

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