pub type PUCRA = Reg<u32, _PUCRA>;
Power Port A pull-up control 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 pucra module
pub struct PUCRA { /* private fields */ }
Register PUCRA reset()’s with value 0
reset()
read() method returns pucra::R reader structure
read()
write(|w| ..) method takes pucra::W writer structure
write(|w| ..)