Type Definition efm32gg11b_pac::efm32gg11b110::ebi::ctrl::MODE2_W

source ·
pub type MODE2_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, MODE2_A, 2, O>;
Expand description

Field MODE2 writer - Mode 2

Implementations§

source§

impl<'a, const O: u8> MODE2_W<'a, O>

source

pub fn d8a8(self) -> &'a mut W

EBI_AD drives 8 bit data, 8 bit address, ALE not used. Extended address bits can be enabled.

source

pub fn d16a16ale(self) -> &'a mut W

EBI_AD drives 16 bit data, 16 bit address, ALE is used for address latching. Extended address bits can be enabled.

source

pub fn d8a24ale(self) -> &'a mut W

EBI_AD drives 8 bit data, 24 bit address, ALE is used for address latching. Extended address bits can be enabled.

source

pub fn d16(self) -> &'a mut W

EBI_AD drives 16 bit data, ALE not used. Extended address bits can be enabled.