STR

Type Alias STR 

Source
pub type STR = Reg<STRrs>;
Expand description

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.

See register structure

For information about available fields see str module

Aliased Typeยง

pub struct STR { /* private fields */ }