Struct stm32_metapac::dbgmcu::regs::Ahb1fzr
#[repr(transparent)]pub struct Ahb1fzr(pub u32);
Expand description
Debug MCU AHB1 peripheral freeze register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb1fzr
impl Ahb1fzr
pub const fn dbg_gpdma0_stop(&self) -> bool
pub const fn dbg_gpdma0_stop(&self) -> bool
GPDMA channel 0 stop in debug
pub fn set_dbg_gpdma0_stop(&mut self, val: bool)
pub fn set_dbg_gpdma0_stop(&mut self, val: bool)
GPDMA channel 0 stop in debug
pub const fn dbg_gpdma1_stop(&self) -> bool
pub const fn dbg_gpdma1_stop(&self) -> bool
GPDMA channel 1 stop in debug
pub fn set_dbg_gpdma1_stop(&mut self, val: bool)
pub fn set_dbg_gpdma1_stop(&mut self, val: bool)
GPDMA channel 1 stop in debug
pub const fn dbg_gpdma2_stop(&self) -> bool
pub const fn dbg_gpdma2_stop(&self) -> bool
GPDMA channel 2 stop in debug
pub fn set_dbg_gpdma2_stop(&mut self, val: bool)
pub fn set_dbg_gpdma2_stop(&mut self, val: bool)
GPDMA channel 2 stop in debug
pub const fn dbg_gpdma3_stop(&self) -> bool
pub const fn dbg_gpdma3_stop(&self) -> bool
GPDMA channel 3 stop in debug
pub fn set_dbg_gpdma3_stop(&mut self, val: bool)
pub fn set_dbg_gpdma3_stop(&mut self, val: bool)
GPDMA channel 3 stop in debug
pub const fn dbg_gpdma4_stop(&self) -> bool
pub const fn dbg_gpdma4_stop(&self) -> bool
GPDMA channel 4 stop in debug
pub fn set_dbg_gpdma4_stop(&mut self, val: bool)
pub fn set_dbg_gpdma4_stop(&mut self, val: bool)
GPDMA channel 4 stop in debug
pub const fn dbg_gpdma5_stop(&self) -> bool
pub const fn dbg_gpdma5_stop(&self) -> bool
GPDMA channel 5 stop in debug
pub fn set_dbg_gpdma5_stop(&mut self, val: bool)
pub fn set_dbg_gpdma5_stop(&mut self, val: bool)
GPDMA channel 5 stop in debug
pub const fn dbg_gpdma6_stop(&self) -> bool
pub const fn dbg_gpdma6_stop(&self) -> bool
GPDMA channel 6 stop in debug
pub fn set_dbg_gpdma6_stop(&mut self, val: bool)
pub fn set_dbg_gpdma6_stop(&mut self, val: bool)
GPDMA channel 6 stop in debug
pub const fn dbg_gpdma7_stop(&self) -> bool
pub const fn dbg_gpdma7_stop(&self) -> bool
GPDMA channel 7 stop in debug
pub fn set_dbg_gpdma7_stop(&mut self, val: bool)
pub fn set_dbg_gpdma7_stop(&mut self, val: bool)
GPDMA channel 7 stop in debug
pub const fn dbg_gpdma8_stop(&self) -> bool
pub const fn dbg_gpdma8_stop(&self) -> bool
GPDMA channel 8 stop in debug
pub fn set_dbg_gpdma8_stop(&mut self, val: bool)
pub fn set_dbg_gpdma8_stop(&mut self, val: bool)
GPDMA channel 8 stop in debug
pub const fn dbg_gpdma9_stop(&self) -> bool
pub const fn dbg_gpdma9_stop(&self) -> bool
GPDMA channel 9 stop in debug
pub fn set_dbg_gpdma9_stop(&mut self, val: bool)
pub fn set_dbg_gpdma9_stop(&mut self, val: bool)
GPDMA channel 9 stop in debug
pub const fn dbg_gpdma10_stop(&self) -> bool
pub const fn dbg_gpdma10_stop(&self) -> bool
GPDMA channel 10 stop in debug
pub fn set_dbg_gpdma10_stop(&mut self, val: bool)
pub fn set_dbg_gpdma10_stop(&mut self, val: bool)
GPDMA channel 10 stop in debug
pub const fn dbg_gpdma11_stop(&self) -> bool
pub const fn dbg_gpdma11_stop(&self) -> bool
GPDMA channel 11 stop in debug
pub fn set_dbg_gpdma11_stop(&mut self, val: bool)
pub fn set_dbg_gpdma11_stop(&mut self, val: bool)
GPDMA channel 11 stop in debug
pub const fn dbg_gpdma12_stop(&self) -> bool
pub const fn dbg_gpdma12_stop(&self) -> bool
GPDMA channel 12 stop in debug
pub fn set_dbg_gpdma12_stop(&mut self, val: bool)
pub fn set_dbg_gpdma12_stop(&mut self, val: bool)
GPDMA channel 12 stop in debug
pub const fn dbg_gpdma13_stop(&self) -> bool
pub const fn dbg_gpdma13_stop(&self) -> bool
GPDMA channel 13 stop in debug
pub fn set_dbg_gpdma13_stop(&mut self, val: bool)
pub fn set_dbg_gpdma13_stop(&mut self, val: bool)
GPDMA channel 13 stop in debug
pub const fn dbg_gpdma14_stop(&self) -> bool
pub const fn dbg_gpdma14_stop(&self) -> bool
GPDMA channel 14 stop in debug
pub fn set_dbg_gpdma14_stop(&mut self, val: bool)
pub fn set_dbg_gpdma14_stop(&mut self, val: bool)
GPDMA channel 14 stop in debug
pub const fn dbg_gpdma15_stop(&self) -> bool
pub const fn dbg_gpdma15_stop(&self) -> bool
GPDMA channel 15 stop in debug
pub fn set_dbg_gpdma15_stop(&mut self, val: bool)
pub fn set_dbg_gpdma15_stop(&mut self, val: bool)
GPDMA channel 15 stop in debug
Trait Implementations§
impl Copy for Ahb1fzr
impl Eq for Ahb1fzr
impl StructuralPartialEq for Ahb1fzr
Auto Trait Implementations§
impl Freeze for Ahb1fzr
impl RefUnwindSafe for Ahb1fzr
impl Send for Ahb1fzr
impl Sync for Ahb1fzr
impl Unpin for Ahb1fzr
impl UnwindSafe for Ahb1fzr
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
)