Type Definition DR8
Other items instm32l4_stm32hal::stm32l4x1::crc
type DR8 = Reg<u8, _DR8>;
Data register - byte sized
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 dr8 module
impl ResetValue for DR8
Register DR8 reset()’s with value 0xff
reset()
type Type = u8
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for DR8
read() method returns dr8::R reader structure
read()
impl Writable for DR8
write(|w| ..) method takes dr8::W writer structure
write(|w| ..)