Struct rp2040_pac2::busctrl::Busctrl[][src]

pub struct Busctrl(pub *mut u8);

Register block for busfabric control signals and performance counters

Implementations

impl Busctrl[src]

pub fn bus_priority(self) -> Reg<BusPriority, RW>[src]

Set the priority of each master for bus arbitration.

pub fn bus_priority_ack(self) -> Reg<BusPriorityAck, RW>[src]

Bus priority acknowledge

pub fn perfsel(self, n: usize) -> Reg<Perfsel, RW>[src]

Bus fabric performance event select for PERFCTR0

pub fn perfctr(self, n: usize) -> Reg<Perfctr, RW>[src]

Bus fabric performance counter 0

Trait Implementations

impl Clone for Busctrl[src]

impl Copy for Busctrl[src]

impl Send for Busctrl[src]

impl Sync for Busctrl[src]

Auto Trait Implementations

impl Unpin for Busctrl

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.