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