[][src]Type Definition ambiq_apollo1_pac::uart::RSR

type RSR = Reg<u32, _RSR>;

UART Status Register

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

For information about available fields see rsr module

Trait Implementations

impl Readable for RSR[src]

read() method returns rsr::R reader structure

impl ResetValue for RSR[src]

Register RSR reset()'s with value 0

type Type = u32

Register size

impl Writable for RSR[src]

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