Trait mnemos_d1_core::plic::IntoBits

source ·
trait IntoBits: Sized + Copy {
    // Required method
    fn into_bits(self) -> u32;
}
Expand description

Bit conversions

Required Methods§

source

fn into_bits(self) -> u32

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IntoBits for Interrupt

Implementors§