[][src]Trait irq::LockPriority

pub trait LockPriority: Sealed { }

Trait implemented by the lock priority types PHigh and PLow.

This trait is an internal API and should not be used by user code. It cannot be implemented by user-defined types.

Implementors

impl LockPriority for PHigh[src]

impl LockPriority for PLow[src]

Loading content...