pub type FB_W<'a, const O: u8> = BitWriter<'a, BMOD_SPEC, O>;
Expand description
Field FB
writer - Fixed Burst. Controls whether the AHB Master interface performs fixed burst transfers or not. When set, the AHB will use only SINGLE, INCR4, INCR8 or INCR16 during start of normal burst transfers. When reset, the AHB will use SINGLE and INCR burst transfer operations.