Type Definition atsam4ls8a_pac::spi::CSR[][src]

type CSR = Reg<u32, _CSR>;

Chip Select Register

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

For information about available fields see csr module

Trait Implementations

impl Readable for CSR[src]

read() method returns csr::R reader structure

impl ResetValue for CSR[src]

Register CSR%s reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for CSR[src]

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