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