pub struct Stm32Rifsc { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BusDriver for Stm32Rifsc
impl BusDriver for Stm32Rifsc
Source§fn compatible(&self) -> &[&str]
fn compatible(&self) -> &[&str]
Performs the compatible operation.
Source§fn error_count(&self) -> u64
fn error_count(&self) -> u64
Performs the error count operation.
Source§fn handle_irq(&mut self) -> bool
fn handle_irq(&mut self) -> bool
Handles irq.
Source§impl FirewallController for Stm32Rifsc
impl FirewallController for Stm32Rifsc
Source§fn firewall_type(&self) -> FirewallType
fn firewall_type(&self) -> FirewallType
Performs the firewall type operation.
Source§fn max_entries(&self) -> u32
fn max_entries(&self) -> u32
Performs the max entries operation.
Source§fn grant_access(&self, firewall_id: u32) -> Result<(), BusError>
fn grant_access(&self, firewall_id: u32) -> Result<(), BusError>
Performs the grant access operation.
Auto Trait Implementations§
impl !Freeze for Stm32Rifsc
impl RefUnwindSafe for Stm32Rifsc
impl Send for Stm32Rifsc
impl Sync for Stm32Rifsc
impl Unpin for Stm32Rifsc
impl UnsafeUnpin for Stm32Rifsc
impl UnwindSafe for Stm32Rifsc
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
Mutably borrows from an owned value. Read more