Type Alias stm32_hal2::pac::fmc::btr3::DATAST_W

source ·
pub type DATAST_W<'a, const O: u8> = FieldWriterRaw<'a, u32, BTR3_SPEC, u8, u8, Unsafe, 8, O>;
Expand description

Field DATAST writer - Data-phase duration These bits are written by software to define the duration of the data phase (refer to Figure81 to Figure93), used in asynchronous accesses: For each memory type and access mode data-phase duration, please refer to the respective figure (Figure81 to Figure93). Example: Mode1, write access, DATAST=1: Data-phase duration= DATAST+1 = 2 KCK_FMC clock cycles. Note: In synchronous accesses, this value is dont care.

Aliased Type§

struct DATAST_W<'a, const O: u8> { /* private fields */ }