[][src]Type Definition lpc55s6x_pac::sdif::ctype::W

type W = W<u32, CTYPE>;

Writer for register CTYPE

Methods

impl W[src]

pub fn card0_width0(&mut self) -> CARD0_WIDTH0_W[src]

Bit 0 - Indicates if card 0 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD0_WIDTH1 is not enabled (bit 16 in this register is set to 0).

pub fn card1_width0(&mut self) -> CARD1_WIDTH0_W[src]

Bit 1 - Indicates if card 1 is 1-bit or 4-bit: 0 - 1-bit mode 1 - 4-bit mode 1 and 4-bit modes only work when 8-bit mode in CARD1_WIDTH1 is not enabled (bit 16 in this register is set to 0).

pub fn card0_width1(&mut self) -> CARD0_WIDTH1_W[src]

Bit 16 - Indicates if card 0 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode.

pub fn card1_width1(&mut self) -> CARD1_WIDTH1_W[src]

Bit 17 - Indicates if card 1 is 8-bit: 0 - Non 8-bit mode 1 - 8-bit mode.