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

type FR = Reg<u32, _FR>;

Flag Register

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

For information about available fields see fr module

Trait Implementations

impl Readable for FR[src]

read() method returns fr::R reader structure

impl ResetValue for FR[src]

Register FR reset()'s with value 0

type Type = u32

Register size

impl Writable for FR[src]

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