Type Alias xmc4300::usb0::gahbcfg::AhbsingleW

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

Field AHBSingle writer - AHB Single Support

Aliased Type§

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

Implementations§

source§

impl<'a, REG> AhbsingleW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

The remaining data in a transfer is sent using INCR burst size. This is the default mode.

source

pub fn value2(self) -> &'a mut W<REG>

The remaining data in a transfer is sent using single burst size.