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