Trait imxrt_iomuxc::IOMUX[][src]

pub unsafe trait IOMUX {
    unsafe fn mux(&mut self) -> *mut u32;
unsafe fn pad(&mut self) -> *mut u32; }
Expand description

An IOMUXC-capable pad which can support I/O multiplexing

DO NOT IMPLEMENT THIS TRAIT. It’s exposed to support documentation browsing.

Required methods

Returns the absolute address of the multiplex register

Safety

Returns a pointer to an address that may be mutably aliased elsewhere.

Returns the absolute address of the pad configuration register

Safety

Returns a pointer to an address that may be mutably aliased elsewhere.

Implementors