Type Definition C1
mkl25z4::uart0
type C1 = Reg<u8, _C1>;
UART Control Register 1
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see c1 module
impl Readable for C1
read() method returns c1::R reader structure
read()
impl ResetValue for C1
Register C1 reset()'s with value 0
reset()
type Type = u8
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Writable for C1
write(|w| ..) method takes c1::W writer structure
write(|w| ..)