Type Definition CMAR5
Other items instm32wb_stm32hal::stm32wb55::dma1
type CMAR5 = Reg<u32, _CMAR5>;
channel x memory address register
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 cmar5 module
impl ResetValue for CMAR5
Register CMAR5 reset()’s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for CMAR5
read() method returns cmar5::R reader structure
read()
impl Writable for CMAR5
write(|w| ..) method takes cmar5::W writer structure
write(|w| ..)