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