Struct imxrt_hal::iomuxc::Pad

source ·
pub struct Pad<const MUX: u32, const PAD: u32> { /* private fields */ }
Expand description

An i.MXT RT pad

The Base is the pad tag, like GPIO_AD_B0. The Offset is the constant (type) that describes the pad number.

Pads have no size.

Implementations§

source§

impl<const MUX: u32, const PAD: u32> Pad<MUX, PAD>

source

pub const unsafe fn new() -> Pad<MUX, PAD>

Creates a handle to the pad

§Safety

new() may be called anywhere, by anyone. This could lead to multiple objects that mutate the same memory. Consider calling new() once, near startup, then passing objects and references throughout your program.

source§

impl<const MUX: u32, const PAD: u32> Pad<MUX, PAD>

source

pub const fn erase(self) -> ErasedPad

Erase the pad’s type, returning an ErasedPad

source

pub unsafe fn set_alternate(alt: u32)

Set the alternate value for this pad.

Performs a read-modify-write on the pad’s mux register to set the alternate value to alt.

§Safety

This function performs a read-modify-write operation on peripheral memory. It could race with other calls that modify this pad’s mux register. For a safer interface, see alternate().

source

pub unsafe fn set_sion()

Set the pad’s SION bit.

Performs a read-modify-write on the pad’s mux register to set the SION bit.

§Safety

This function performs a read-modify-write operation on peripheral memory. It could race with other calls that modify this pad’s mux register. For a safer interface, see set_sion().

source

pub unsafe fn clear_sion()

Clear the pad’s SION bit.

Performs a read-modify-write on the pad’s mux register to Clear the SION bit.

§Safety

This function performs a read-modify-write operation on peripheral memory. It could race with other calls that modify this pad’s mux register. For a safer interface, see clear_sion().

source

pub unsafe fn configure(config: Config)

Set the pad’s configuration.

§Safety

This function performs a read-modify-write operation on peripheral memory. It could race with any other function that modifies this pad’s registers. For a safer interface, see configure().

Trait Implementations§

source§

impl<const MUX: u32, const PAD: u32> Debug for Pad<MUX, PAD>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_00::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 0u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_01::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 1u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 2u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 3u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_04::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 4u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_05::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 5u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_06::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 6u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_07::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 7u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_08::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 8u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_09::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 9u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_10::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 10u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_11::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 11u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#1}>

source§

const INPUT: u32 = 1u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 12u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#1}>

source§

const INPUT: u32 = 2u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 13u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_14::{constant#1}>

source§

const INPUT: u32 = 3u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_14::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 14u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_15::{constant#1}>

source§

const INPUT: u32 = 4u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_15::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 15u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#1}>

source§

const INPUT: u32 = 5u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 16u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#1}>

source§

const INPUT: u32 = 6u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 17u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#1}>

source§

const INPUT: u32 = 7u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 18u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#1}>

source§

const INPUT: u32 = 8u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 19u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#1}>

source§

const INPUT: u32 = 9u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 20u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#1}>

source§

const INPUT: u32 = 10u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 21u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#1}>

source§

const INPUT: u32 = 11u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 22u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#1}>

source§

const INPUT: u32 = 12u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 23u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#1}>

source§

const INPUT: u32 = 13u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 24u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#1}>

source§

const INPUT: u32 = 14u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 25u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#1}>

source§

const INPUT: u32 = 15u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 26u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#1}>

source§

const INPUT: u32 = 0u32

The input pin identifier Read more
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 27u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 28u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 29u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 30u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 31u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_00::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 0u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_01::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 1u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_02::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 2u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_03::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 3u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 4u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 5u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 6u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_07::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 7u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 8u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 9u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 10u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_11::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 11u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_26::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_26::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 12u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_27::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_27::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 13u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_28::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_28::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 14u8

FlexIO pin number
source§

impl Pin<1> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_29::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_29::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 15u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#1}>

source§

const INPUT: u32 = 5u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#1}>

source§

const INPUT: u32 = 6u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#1}>

source§

const INPUT: u32 = 7u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#1}>

source§

const INPUT: u32 = 8u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#1}>

source§

const INPUT: u32 = 9u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#1}>

source§

const INPUT: u32 = 10u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#1}>

source§

const INPUT: u32 = 11u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#1}>

source§

const INPUT: u32 = 12u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#1}>

source§

const INPUT: u32 = 13u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#1}>

source§

const INPUT: u32 = 14u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#1}>

source§

const INPUT: u32 = 15u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#1}>

source§

const INPUT: u32 = 0u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#1}>

source§

const INPUT: u32 = 1u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#1}>

source§

const INPUT: u32 = 2u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#1}>

source§

const INPUT: u32 = 3u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#1}>

source§

const INPUT: u32 = 4u32

The input pin identifier Read more
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_00::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 0u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_00::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 0u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_01::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 1u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_01::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 1u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 2u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 2u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 3u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 3u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_04::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 4u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_04::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 4u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_05::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 5u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_05::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 5u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_06::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 6u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_06::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 6u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_07::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 7u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_07::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 7u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_08::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 8u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_08::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 8u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_09::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 9u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_09::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 9u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 10u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 10u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 11u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 11u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_12::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 12u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_12::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 12u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_13::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 13u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_13::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 13u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_14::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 14u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_14::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 14u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_15::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 15u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_15::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 15u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 16u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 16u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 17u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 17u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 18u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 18u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 19u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 19u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 20u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 20u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 21u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 21u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 22u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 22u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 23u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 23u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 24u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 24u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 25u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 25u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_10::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 26u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_10::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 26u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_11::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 27u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_11::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 27u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_12::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 28u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_12::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 28u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_13::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 29u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_13::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 29u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_14::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 30u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_14::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 30u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_15::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 31u8

FlexIO pin number
source§

impl Pin<2> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_15::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 31u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 0u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 1u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 2u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 3u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_04::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 4u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_05::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 5u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 6u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 7u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 8u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 9u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 10u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 11u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 12u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 13u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 14u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 15u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 16u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 17u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 18u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 19u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 20u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 21u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 22u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 23u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 24u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 25u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_10::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 26u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_11::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 27u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_12::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 28u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_13::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 29u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_14::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 30u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_15::{constant#1}>

source§

const ALT: u32 = 9u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
source§

const OFFSET: u8 = 31u8

FlexIO pin number
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_32::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_32::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 18u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_33::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_33::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 19u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_34::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_34::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 20u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_35::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_35::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 21u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_36::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_36::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 22u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_37::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_37::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 23u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_38::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_38::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 24u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_39::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_39::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 25u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_40::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_40::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 26u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_41::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_41::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 27u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 12u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 13u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_02::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 14u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_03::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 15u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_04::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 16u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_05::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 17u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_00::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 0u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_01::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 1u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 2u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 3u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_04::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 4u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_05::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 5u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 6u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_07::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 7u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_08::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 8u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_09::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 9u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_10::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 10u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<3> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_11::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 11u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_00::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 0u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_01::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 1u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_02::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 2u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_03::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 3u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 4u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 5u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 6u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_07::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 7u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 8u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 9u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 10u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_11::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 11u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_12::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 12u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_13::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 13u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_14::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 14u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_15::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 15u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_16::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_16::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 16u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_17::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_17::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 17u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_18::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_18::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 18u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_19::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_19::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 19u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_20::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_20::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 20u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_21::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_21::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 21u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_22::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_22::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 22u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_23::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_23::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 23u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_24::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_24::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 24u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_25::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_25::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 25u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_26::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_26::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 26u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_27::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_27::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 27u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_28::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_28::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 28u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_29::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_29::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 29u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_30::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_30::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 30u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<4> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_31::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_31::{constant#1}>

source§

const ALT: u32 = 5u32

The alternate value for this pad
source§

const OFFSET: u32 = 31u32

The offset; U13 for GPIO5_IO13
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = Mclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxData

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData

The SAI signal
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData3RxData1

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData2RxData2

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_12::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData1RxData3

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_13::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = Mclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_14::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_15::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxData

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData

The SAI signal
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_02::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_03::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_00::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData3RxData1

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_01::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData2RxData2

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData1RxData3

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = Mclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_04::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_05::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxData

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_07::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData

The SAI signal
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_08::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<1>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_09::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_04::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_05::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_06::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_07::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_08::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxData

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_09::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData

The SAI signal
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_10::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = Mclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
§

type Signal = TxData

The SAI signal
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
§

type Signal = TxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
§

type Signal = TxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_07::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
§

type Signal = Mclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
§

type Signal = RxData

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
§

type Signal = RxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<2>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
§

type Signal = RxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_33::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_33::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxData

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_34::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_34::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_35::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_35::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = RxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_36::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_36::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxData

The SAI signal
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_37::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_37::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = Mclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_38::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_38::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_39::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_39::{constant#1}>

source§

const ALT: u32 = 3u32

The alternate value for the UART pin
§

type Signal = TxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_00::{constant#1}>

source§

const ALT: u32 = 8u32

The alternate value for the UART pin
§

type Signal = RxData

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_01::{constant#1}>

source§

const ALT: u32 = 8u32

The alternate value for the UART pin
§

type Signal = TxData

The SAI signal
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#1}>

source§

const ALT: u32 = 8u32

The alternate value for the UART pin
§

type Signal = TxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#1}>

source§

const ALT: u32 = 8u32

The alternate value for the UART pin
§

type Signal = TxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_04::{constant#1}>

source§

const ALT: u32 = 8u32

The alternate value for the UART pin
§

type Signal = Mclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_05::{constant#1}>

source§

const ALT: u32 = 8u32

The alternate value for the UART pin
§

type Signal = RxSync

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin<Const<3>> for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#1}>

source§

const ALT: u32 = 8u32

The alternate value for the UART pin
§

type Signal = RxBclk

The SAI signal
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_00::{constant#1}>

source§

const ALT: u32 = 7u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_SCK_GPIO_AD_B0_00

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_01::{constant#1}>

source§

const ALT: u32 = 7u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_SDO_GPIO_AD_B0_01

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#1}>

source§

const ALT: u32 = 0u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Tx

Pin direction
§

type Module = Const<6>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_02::{constant#1}>

source§

const ALT: u32 = 7u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_SDI_GPIO_AD_B0_02

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#1}>

source§

const ALT: u32 = 0u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Rx

Pin direction
§

type Module = Const<6>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_03::{constant#1}>

source§

const ALT: u32 = 7u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_PCS0_GPIO_AD_B0_03

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_10::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = A

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<1>

The PWM module; U2 is PWM2
§

type Submodule = Const<3>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_11::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = B

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<1>

The PWM module; U2 is PWM2
§

type Submodule = Const<3>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#1}>

source§

const ALT: u32 = 0u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C4_SCL_GPIO_AD_B0_12

Daisy register
§

type Signal = Scl

I2C Signal
§

type Module = Const<4>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_12::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
§

type Direction = Tx

Pin direction
§

type Module = Const<1>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#1}>

source§

const ALT: u32 = 0u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C4_SDA_GPIO_AD_B0_13

Daisy register
§

type Signal = Sda

I2C Signal
§

type Module = Const<4>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_13::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
§

type Direction = Rx

Pin direction
§

type Module = Const<1>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_14::{constant#1}>

source§

const ALT: u32 = 6u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b0::GPIO_AD_B0_15::{constant#1}>

source§

const ALT: u32 = 6u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_00::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C1_SCL_GPIO_AD_B1_00

Daisy register
§

type Signal = Scl

I2C Signal
§

type Module = Const<1>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_01::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C1_SDA_GPIO_AD_B1_01

Daisy register
§

type Signal = Sda

I2C Signal
§

type Module = Const<1>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_02::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Tx

Pin direction
§

type Module = Const<2>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_03::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Rx

Pin direction
§

type Module = Const<2>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#1}>

source§

const ALT: u32 = 1u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C3_SDA_GPIO_AD_B1_06

Daisy register
§

type Signal = Sda

I2C Signal
§

type Module = Const<3>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_06::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Tx

Pin direction
§

type Module = Const<3>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#1}>

source§

const ALT: u32 = 1u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C3_SCL_GPIO_AD_B1_07

Daisy register
§

type Signal = Scl

I2C Signal
§

type Module = Const<3>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_07::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Rx

Pin direction
§

type Module = Const<3>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_08::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_09::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_10::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Tx

Pin direction
§

type Module = Const<8>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_11::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Rx

Pin direction
§

type Module = Const<8>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_12::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_PCS0_GPIO_AD_B1_12

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_13::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_SDI_GPIO_AD_B1_13

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_14::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_SDO_GPIO_AD_B1_14

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_ad_b1::GPIO_AD_B1_15::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI3_SCK_GPIO_AD_B1_15

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<3>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_00::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_PCS0_GPIO_B0_00

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_01::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_SDI_GPIO_B0_01

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_02::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_SDO_GPIO_B0_02

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_03::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_SCK_GPIO_B0_03

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_10::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate mode for the PWM pin
§

type Output = A

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<2>

The PWM module; U2 is PWM2
§

type Submodule = Const<2>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b0::GPIO_B0_11::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate mode for the PWM pin
§

type Output = B

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<2>

The PWM module; U2 is PWM2
§

type Submodule = Const<2>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#1}>

source§

const ALT: u32 = 6u32

The alternate mode for the PWM pin
§

type Output = A

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<1>

The PWM module; U2 is PWM2
§

type Submodule = Const<3>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_00::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Tx

Pin direction
§

type Module = Const<4>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#1}>

source§

const ALT: u32 = 6u32

The alternate mode for the PWM pin
§

type Output = B

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<1>

The PWM module; U2 is PWM2
§

type Submodule = Const<3>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_01::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Rx

Pin direction
§

type Module = Const<4>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_04::{constant#1}>

source§

const ALT: u32 = 1u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_PCS0_GPIO_B1_04

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_05::{constant#1}>

source§

const ALT: u32 = 1u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_SDI_GPIO_B1_05

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_06::{constant#1}>

source§

const ALT: u32 = 1u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_SDO_GPIO_B1_06

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_07::{constant#1}>

source§

const ALT: u32 = 1u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI4_SCK_GPIO_B1_07

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<4>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_08::{constant#1}>

source§

const ALT: u32 = 6u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_b1::GPIO_B1_09::{constant#1}>

source§

const ALT: u32 = 6u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_00::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_SCK_GPIO_EMC_00

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_01::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_PCS0_GPIO_EMC_01

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_02::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_SDO_GPIO_EMC_02

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_03::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_SDI_GPIO_EMC_03

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_04::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = A

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<4>

The PWM module; U2 is PWM2
§

type Submodule = Const<2>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_05::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = B

The output identifier
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
§

type Module = Const<4>

The PWM module; U2 is PWM2
§

type Submodule = Const<2>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_06::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = A

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<2>

The PWM module; U2 is PWM2
§

type Submodule = Const<0>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_08::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = A

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<2>

The PWM module; U2 is PWM2
§

type Submodule = Const<1>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_09::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_10::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<2>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_17::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_17::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_18::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_18::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_27::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_27::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_SCK_GPIO_EMC_27

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_28::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_28::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_SDO_GPIO_EMC_28

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_29::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_29::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_SDI_GPIO_EMC_29

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_30::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_30::{constant#1}>

source§

const ALT: u32 = 3u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_PCS0_GPIO_EMC_30

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_31::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_31::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Tx

Pin direction
§

type Module = Const<7>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_32::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_emc::GPIO_EMC_32::{constant#1}>

source§

const ALT: u32 = 2u32

The alternate value for the UART pin
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Direction = Rx

Pin direction
§

type Module = Const<7>

UART module; U3 for UART3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C3_SCL_GPIO_SD_B0_00

Daisy register
§

type Signal = Scl

I2C Signal
§

type Module = Const<3>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#1}>

source§

const ALT: u32 = 0u32

The alternate value for the uSDHC pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

const CONFIG: Config = _

Pin configuration Read more
§

type Signal = Cmd

Pin direction
§

type Module = Const<1>

uSDHC module; U1 for uSDHC1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = A

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<1>

The PWM module; U2 is PWM2
§

type Submodule = Const<0>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_00::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_SCK_GPIO_SD_B0_00

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#1}>

source§

const ALT: u32 = 2u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPI2C3_SDA_GPIO_SD_B0_01

Daisy register
§

type Signal = Sda

I2C Signal
§

type Module = Const<3>

I2C module; U2 for I2C2
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#1}>

source§

const ALT: u32 = 0u32

The alternate value for the uSDHC pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

const CONFIG: Config = _

Pin configuration Read more
§

type Signal = Clk

Pin direction
§

type Module = Const<1>

uSDHC module; U1 for uSDHC1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#1}>

source§

const ALT: u32 = 1u32

The alternate mode for the PWM pin
§

type Output = B

The output identifier
source§

const DAISY: Option<Daisy> = _

The daisy register which will select the pad
§

type Module = Const<1>

The PWM module; U2 is PWM2
§

type Submodule = Const<0>

The PWM submodule; U3 for PWM2_SM3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_01::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_PCS0_GPIO_SD_B0_01

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_02::{constant#1}>

source§

const ALT: u32 = 0u32

The alternate value for the uSDHC pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

const CONFIG: Config = _

Pin configuration Read more
§

type Signal = Data0

Pin direction
§

type Module = Const<1>

uSDHC module; U1 for uSDHC1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_02::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_SDO_GPIO_SD_B0_02

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_03::{constant#1}>

source§

const ALT: u32 = 0u32

The alternate value for the uSDHC pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

const CONFIG: Config = _

Pin configuration Read more
§

type Signal = Data1

Pin direction
§

type Module = Const<1>

uSDHC module; U1 for uSDHC1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_03::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI1_SDI_GPIO_SD_B0_03

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<1>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_04::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_04::{constant#1}>

source§

const ALT: u32 = 0u32

The alternate value for the uSDHC pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

const CONFIG: Config = _

Pin configuration Read more
§

type Signal = Data2

Pin direction
§

type Module = Const<1>

uSDHC module; U1 for uSDHC1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_05::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b0::GPIO_SD_B0_05::{constant#1}>

source§

const ALT: u32 = 0u32

The alternate value for the uSDHC pin
source§

const DAISY: Option<Daisy> = None

The daisy register which will select the pad
source§

const CONFIG: Config = _

Pin configuration Read more
§

type Signal = Data3

Pin direction
§

type Module = Const<1>

uSDHC module; U1 for uSDHC1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_02::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = None

Daisy register
§

type Signal = Tx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_03::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Option<Daisy> = _

Daisy register
§

type Signal = Rx

CAN signal
§

type Module = Const<1>

CAN module; U1 for CAN1
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_06::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_PCS0_GPIO_SD_B1_06

Daisy register
§

type Signal = Pcs0

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_07::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_07::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_SCK_GPIO_SD_B1_07

Daisy register
§

type Signal = Sck

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_08::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_08::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_SDO_GPIO_SD_B1_08

Daisy register
§

type Signal = Sdo

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl Pin for Pad<imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_09::{constant#0}, imxrt_iomuxc::::imxrt1060::pads::gpio_sd_b1::GPIO_SD_B1_09::{constant#1}>

source§

const ALT: u32 = 4u32

Alternate value for this pin
source§

const DAISY: Daisy = DAISY_LPSPI2_SDI_GPIO_SD_B1_09

Daisy register
§

type Signal = Sdi

SPI signal
§

type Module = Const<2>

SPI module; U3 for SPI3
source§

impl<const MUX: u32, const PAD: u32> TryFrom<ErasedPad> for Pad<MUX, PAD>

§

type Error = WrongPadError

The type returned in the event of a conversion error.
source§

fn try_from( erased_pad: ErasedPad ) -> Result<Pad<MUX, PAD>, <Pad<MUX, PAD> as TryFrom<ErasedPad>>::Error>

Performs the conversion.
source§

impl<const MUX: u32, const PAD: u32> Iomuxc for Pad<MUX, PAD>

source§

impl<const MUX: u32, const PAD: u32> Send for Pad<MUX, PAD>

Auto Trait Implementations§

§

impl<const MUX: u32, const PAD: u32> Freeze for Pad<MUX, PAD>

§

impl<const MUX: u32, const PAD: u32> RefUnwindSafe for Pad<MUX, PAD>

§

impl<const MUX: u32, const PAD: u32> !Sync for Pad<MUX, PAD>

§

impl<const MUX: u32, const PAD: u32> Unpin for Pad<MUX, PAD>

§

impl<const MUX: u32, const PAD: u32> UnwindSafe for Pad<MUX, PAD>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.