pub type BAT_W<'a, const O: u8> = BitWriter<'a, u32, MODE_SPEC, BATSELECT_A, O>;
Expand description

Field BAT writer - Byte Access Type

Implementations

Byte select access type:- Write operation is controlled using NCS, NWE, NBS0, NBS1.- Read operation is controlled using NCS, NRD, NBS0, NBS1.

Byte write access type:- Write operation is controlled using NCS, NWR0, NWR1.- Read operation is controlled using NCS and NRD.