pub type CASCADE_W<'a, const O: u8> = BitWriter<'a, u32, SELRES_SPEC, bool, O>;
Expand description
Field CASCADE
writer - Cascade as defined by the b3 of SEL_RES response in the NFC Forum, NFC Digital Protocol Technical Specification (controlled by hardware, shall be 0)
Aliased Typeยง
struct CASCADE_W<'a, const O: u8> { /* private fields */ }