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