pub type TEMP = Reg<TEMP_SPEC>;
TEMP (rw) register accessor: Temporary
You can read this register and get temp::R. You can reset, write, write_with_zero this register using temp::W. You can also modify this register. See API.
read
temp::R
reset
write
write_with_zero
temp::W
modify
For information about available fields see temp module
temp
pub struct TEMP { /* private fields */ }