Struct stm32_metapac::rcc::regs::Ahb1rstr
#[repr(transparent)]pub struct Ahb1rstr(pub u32);
Expand description
RCC AHB1 peripheral reset register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb1rstr
impl Ahb1rstr
pub fn set_gpdma1rst(&mut self, val: bool)
pub fn set_gpdma1rst(&mut self, val: bool)
GPDMA1 reset Set and cleared by software.
pub fn set_cordicrst(&mut self, val: bool)
pub fn set_cordicrst(&mut self, val: bool)
CORDIC reset Set and cleared by software.
pub fn set_fmacrst(&mut self, val: bool)
pub fn set_fmacrst(&mut self, val: bool)
FMAC reset Set and cleared by software.
pub fn set_mdf1rst(&mut self, val: bool)
pub fn set_mdf1rst(&mut self, val: bool)
MDF1 reset Set and cleared by software.
pub fn set_crcrst(&mut self, val: bool)
pub fn set_crcrst(&mut self, val: bool)
CRC reset Set and cleared by software.
pub const fn jpegrst(&self) -> bool
pub const fn jpegrst(&self) -> bool
JPEG reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_jpegrst(&mut self, val: bool)
pub fn set_jpegrst(&mut self, val: bool)
JPEG reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_tscrst(&mut self, val: bool)
pub fn set_tscrst(&mut self, val: bool)
TSC reset Set and cleared by software.
pub fn set_ramcfgrst(&mut self, val: bool)
pub fn set_ramcfgrst(&mut self, val: bool)
RAMCFG reset Set and cleared by software.
pub fn set_dma2drst(&mut self, val: bool)
pub fn set_dma2drst(&mut self, val: bool)
DMA2D reset Set and cleared by software.
pub const fn gfxmmurst(&self) -> bool
pub const fn gfxmmurst(&self) -> bool
GFXMMU reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_gfxmmurst(&mut self, val: bool)
pub fn set_gfxmmurst(&mut self, val: bool)
GFXMMU reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub const fn gpu2drst(&self) -> bool
pub const fn gpu2drst(&self) -> bool
GPU2D reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
pub fn set_gpu2drst(&mut self, val: bool)
pub fn set_gpu2drst(&mut self, val: bool)
GPU2D reset This bit is set and cleared by software. Note: This bit is only available on some devices in the STM32U5 Series. Refer to the device datasheet for availability of its associated peripheral. If not present, consider this bit as reserved and keep it at reset value.
Trait Implementations§
impl Copy for Ahb1rstr
impl Eq for Ahb1rstr
impl StructuralPartialEq for Ahb1rstr
Auto Trait Implementations§
impl Freeze for Ahb1rstr
impl RefUnwindSafe for Ahb1rstr
impl Send for Ahb1rstr
impl Sync for Ahb1rstr
impl Unpin for Ahb1rstr
impl UnwindSafe for Ahb1rstr
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
)