Type Alias Sfr

Source
pub type Sfr = Reg<SfrSpec>;
Expand description

SFR (rw) register accessor: Special Function

You can read this register and get sfr::R. You can reset, write, write_with_zero this register using sfr::W. You can also modify this register. See API.

For information about available fields see sfr module

Aliased Typeยง

struct Sfr { /* private fields */ }