[][src]Type Definition SKEAZN642::spi0::BR

type BR = Reg<u8, _BR>;

SPI Baud Rate Register

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

For information about available fields see br module

Trait Implementations

impl Readable for BR[src]

read() method returns br::R reader structure

impl ResetValue for BR[src]

Register BR reset()'s with value 0

type Type = u8

Register size

impl Writable for BR[src]

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