W

Type Alias W 

Source
pub type W = W<HcmdrSpec>;
Expand description

Register HCMDR writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn rcmd(&mut self) -> RcmdW<'_, HcmdrSpec>

Bits 0:7 - During XIP, the AHB read transaction will be translated into this Read Command on SPI interface

Source

pub fn wcmd(&mut self) -> WcmdW<'_, HcmdrSpec>

Bits 8:15 - During XIP, the AHB write transaction will be translated into this Write Command on SPI interface

Source

pub fn rsvd(&mut self) -> RsvdW<'_, HcmdrSpec>

Bits 16:31