Type Definition DR16
Other items instm32l4_stm32hal::stm32l4x5::crc
type DR16 = Reg<u16, _DR16>;
Data register - half-word 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 dr16 module
impl ResetValue for DR16
Register DR16 reset()’s with value 0xffff
reset()
type Type = u16
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for DR16
read() method returns dr16::R reader structure
read()
impl Writable for DR16
write(|w| ..) method takes dr16::W writer structure
write(|w| ..)