[−][src]Type Definition lpc55_pac::dbgmailbox::REQUEST
type REQUEST = Reg<u32, _REQUEST>;
CRC seed register
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see request module
Trait Implementations
impl Readable for REQUEST[src]
read() method returns request::R reader structure
impl ResetValue for REQUEST[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for REQUEST[src]
write(|w| ..) method takes request::W writer structure