Type Alias rp2040_pac::xip_ssi::ser::SER_W

source ·
pub type SER_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SER writer - For each bit:
0 -> slave not selected
1 -> slave selected

Aliased Type§

struct SER_W<'a, REG> { /* private fields */ }