pub enum BoardPinmuxLayout {}
Expand description
Pinmux configuration for hyperdebug with cw310.
The primary reference for this config is: <OPENTITAN_TREE>/hw/top_earlgrey/data/pins_cw310_hyperdebug.xdc pins_cw310_hyperdebug.xdc sometimes underspecifies the layout (e.g. it doesn’t indicate UART numbering); we resolve the ambiguity by using <OPENTITAN_TREE>/hw/top_earlgrey/data/pins_cw310.xdc
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoardPinmuxLayout
impl RefUnwindSafe for BoardPinmuxLayout
impl Send for BoardPinmuxLayout
impl Sync for BoardPinmuxLayout
impl Unpin for BoardPinmuxLayout
impl UnwindSafe for BoardPinmuxLayout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more