pub type ABR = Reg<u32, _ABR>;
ABR
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 abr module
pub struct ABR { /* private fields */ }
Register ABR reset()’s with value 0
reset()
read() method returns abr::R reader structure
read()
write(|w| ..) method takes abr::W writer structure
write(|w| ..)