Struct stm32_metapac::dsihost::regs::Fbsr
#[repr(transparent)]pub struct Fbsr(pub u32);
Expand description
DSI Host FIFO and buffer status register.
Tuple Fields§
§0: u32
Implementations§
§impl Fbsr
impl Fbsr
pub const fn vcwfe(&self) -> bool
pub const fn vcwfe(&self) -> bool
Video mode command write FIFO empty This bit indicates the empty status of the video mode write command FIFO:.
pub fn set_vcwfe(&mut self, val: bool)
pub fn set_vcwfe(&mut self, val: bool)
Video mode command write FIFO empty This bit indicates the empty status of the video mode write command FIFO:.
pub const fn vcwff(&self) -> bool
pub const fn vcwff(&self) -> bool
Video mode command write FIFO full This bit indicates the full status of the video mode write command FIFO:.
pub fn set_vcwff(&mut self, val: bool)
pub fn set_vcwff(&mut self, val: bool)
Video mode command write FIFO full This bit indicates the full status of the video mode write command FIFO:.
pub const fn vpwfe(&self) -> bool
pub const fn vpwfe(&self) -> bool
Video mode payload write FIFO empty This bit indicates the empty status of the video mode write payload FIFO:.
pub fn set_vpwfe(&mut self, val: bool)
pub fn set_vpwfe(&mut self, val: bool)
Video mode payload write FIFO empty This bit indicates the empty status of the video mode write payload FIFO:.
pub const fn vpwff(&self) -> bool
pub const fn vpwff(&self) -> bool
Video mode payload write FIFO full This bit indicates the full status of the video mode write payload FIFO:.
pub fn set_vpwff(&mut self, val: bool)
pub fn set_vpwff(&mut self, val: bool)
Video mode payload write FIFO full This bit indicates the full status of the video mode write payload FIFO:.
pub const fn acwfe(&self) -> bool
pub const fn acwfe(&self) -> bool
Adapted command mode command write FIFO empty This bit indicates the empty status of the adapted command mode write command FIFO:.
pub fn set_acwfe(&mut self, val: bool)
pub fn set_acwfe(&mut self, val: bool)
Adapted command mode command write FIFO empty This bit indicates the empty status of the adapted command mode write command FIFO:.
pub const fn acwff(&self) -> bool
pub const fn acwff(&self) -> bool
Adapted command mode command write FIFO full This bit indicates the full status of the adapted command mode write command FIFO:.
pub fn set_acwff(&mut self, val: bool)
pub fn set_acwff(&mut self, val: bool)
Adapted command mode command write FIFO full This bit indicates the full status of the adapted command mode write command FIFO:.
pub const fn apwfe(&self) -> bool
pub const fn apwfe(&self) -> bool
Adapted command mode payload write FIFO empty This bit indicates the empty status of the adapted command mode write payload FIFO:.
pub fn set_apwfe(&mut self, val: bool)
pub fn set_apwfe(&mut self, val: bool)
Adapted command mode payload write FIFO empty This bit indicates the empty status of the adapted command mode write payload FIFO:.
pub const fn apwff(&self) -> bool
pub const fn apwff(&self) -> bool
Adapted command mode payload write FIFO full This bit indicates the full status of the adapted command mode write payload FIFO:.
pub fn set_apwff(&mut self, val: bool)
pub fn set_apwff(&mut self, val: bool)
Adapted command mode payload write FIFO full This bit indicates the full status of the adapted command mode write payload FIFO:.
pub const fn vpbe(&self) -> bool
pub const fn vpbe(&self) -> bool
Video mode payload buffer empty This bit indicates the empty status of the video mode payload internal buffer:.
pub fn set_vpbe(&mut self, val: bool)
pub fn set_vpbe(&mut self, val: bool)
Video mode payload buffer empty This bit indicates the empty status of the video mode payload internal buffer:.
pub const fn vpbf(&self) -> bool
pub const fn vpbf(&self) -> bool
Video mode payload buffer full This bit indicates the full status of the video mode payload internal buffer:.
pub fn set_vpbf(&mut self, val: bool)
pub fn set_vpbf(&mut self, val: bool)
Video mode payload buffer full This bit indicates the full status of the video mode payload internal buffer:.
pub const fn acbe(&self) -> bool
pub const fn acbe(&self) -> bool
Adapted command mode command buffer empty This bit indicates the empty status of the adapted command mode command internal buffer:.
pub fn set_acbe(&mut self, val: bool)
pub fn set_acbe(&mut self, val: bool)
Adapted command mode command buffer empty This bit indicates the empty status of the adapted command mode command internal buffer:.
pub const fn acbf(&self) -> bool
pub const fn acbf(&self) -> bool
Adapted command mode command buffer full This bit indicates the full status of the adapted command mode command internal buffer:.
pub fn set_acbf(&mut self, val: bool)
pub fn set_acbf(&mut self, val: bool)
Adapted command mode command buffer full This bit indicates the full status of the adapted command mode command internal buffer:.
pub const fn apbe(&self) -> bool
pub const fn apbe(&self) -> bool
Adapted command mode payload buffer empty This bit indicates the empty status of the adapted command mode payload internal buffer:.
pub fn set_apbe(&mut self, val: bool)
pub fn set_apbe(&mut self, val: bool)
Adapted command mode payload buffer empty This bit indicates the empty status of the adapted command mode payload internal buffer:.
Trait Implementations§
impl Copy for Fbsr
impl Eq for Fbsr
impl StructuralPartialEq for Fbsr
Auto Trait Implementations§
impl Freeze for Fbsr
impl RefUnwindSafe for Fbsr
impl Send for Fbsr
impl Sync for Fbsr
impl Unpin for Fbsr
impl UnwindSafe for Fbsr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)