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