opentitanlib::test_utils::pinmux_config

Type Alias PinmuxOutputSelection

Source
pub type PinmuxOutputSelection = pinmux_output_selection_t;

Aliased Type§

struct PinmuxOutputSelection {
    pub mio: ArrayVec<PinmuxMioOut, 16>,
    pub selector: ArrayVec<PinmuxOutsel, 16>,
}

Fields§

§mio: ArrayVec<PinmuxMioOut, 16>§selector: ArrayVec<PinmuxOutsel, 16>