Trait HL

Source
pub trait HL {
    type Cr;
}
Expand description

Represents high or low configuration register

Required Associated Types§

Source

type Cr

Configuration register associated to pin

Implementors§

Source§

impl<const P: char, MODE> HL for Pin<P, 0, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 1, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 2, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 3, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 4, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 5, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 6, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 7, MODE>

Source§

type Cr = Cr<P, false>

Source§

impl<const P: char, MODE> HL for Pin<P, 8, MODE>

Source§

type Cr = Cr<P, true>

Source§

impl<const P: char, MODE> HL for Pin<P, 9, MODE>

Source§

type Cr = Cr<P, true>

Source§

impl<const P: char, MODE> HL for Pin<P, 10, MODE>

Source§

type Cr = Cr<P, true>

Source§

impl<const P: char, MODE> HL for Pin<P, 11, MODE>

Source§

type Cr = Cr<P, true>

Source§

impl<const P: char, MODE> HL for Pin<P, 12, MODE>

Source§

type Cr = Cr<P, true>

Source§

impl<const P: char, MODE> HL for Pin<P, 13, MODE>

Source§

type Cr = Cr<P, true>

Source§

impl<const P: char, MODE> HL for Pin<P, 14, MODE>

Source§

type Cr = Cr<P, true>

Source§

impl<const P: char, MODE> HL for Pin<P, 15, MODE>

Source§

type Cr = Cr<P, true>