Trait ruduino::RegisterValue[][src]

pub trait RegisterValue: Copy + Clone + BitAnd<Output = Self> + BitAndAssign + BitOr<Output = Self> + BitOrAssign + BitXor<Output = Self> + BitXorAssign + Not<Output = Self> + PartialEq + Eq + PartialOrd + Ord + From<u8> { }

A value that a register can store.

All registers are either u8 or u16.

Implementors

impl RegisterValue for u8[src]

impl RegisterValue for u16[src]

Loading content...