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