[][src]Type Definition nrf52832_pac::spim0::ORC

type ORC = Reg<u32, _ORC>;

Over-read character. Character clocked out in case and over-read of the TXD buffer.

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

For information about available fields see orc module

Trait Implementations

impl Readable for ORC[src]

read() method returns orc::R reader structure

impl ResetValue for ORC[src]

Register ORC reset()'s with value 0

type Type = u32

Register size

impl Writable for ORC[src]

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