[][src]Trait imxrt1062_hal::iomuxc::daisy::IntoDaisy

pub trait IntoDaisy: Sized {
    fn into_daisy(self) -> Daisy<Self>;
}

Trait describing a type that can apply a daisy-chain setting in the IOMUX controller. Peripherals that require a daisy-chained pad should provide an interface over types that implement IntoDaisy, then call into_daisy to perform the configuration.

Required methods

fn into_daisy(self) -> Daisy<Self>

Converts self into a Daisy version of self. Calling this function will perform some modification of a register in the IOMUXC.

Loading content...

Implementors

impl IntoDaisy for GPIO_AD_B0_00<Alt7>[src]

impl IntoDaisy for GPIO_AD_B0_01<Alt7>[src]

impl IntoDaisy for GPIO_AD_B0_02<Alt7>[src]

impl IntoDaisy for GPIO_AD_B0_03<Alt7>[src]

impl IntoDaisy for GPIO_AD_B0_12<Alt0>[src]

impl IntoDaisy for GPIO_AD_B0_13<Alt0>[src]

impl IntoDaisy for GPIO_AD_B1_00<Alt3>[src]

impl IntoDaisy for GPIO_AD_B1_01<Alt3>[src]

impl IntoDaisy for GPIO_AD_B1_06<Alt1>[src]

impl IntoDaisy for GPIO_AD_B1_07<Alt1>[src]

impl IntoDaisy for GPIO_B0_00<Alt3>[src]

impl IntoDaisy for GPIO_B0_01<Alt3>[src]

impl IntoDaisy for GPIO_B0_02<Alt3>[src]

impl IntoDaisy for GPIO_B0_03<Alt3>[src]

impl IntoDaisy for GPIO_EMC_30<Alt3>[src]

impl IntoDaisy for GPIO_SD_B0_00<Alt2>[src]

impl IntoDaisy for GPIO_SD_B0_00<Alt4>[src]

impl IntoDaisy for GPIO_SD_B0_01<Alt2>[src]

impl IntoDaisy for GPIO_SD_B0_01<Alt4>[src]

impl IntoDaisy for GPIO_SD_B0_02<Alt4>[src]

impl IntoDaisy for GPIO_SD_B0_03<Alt4>[src]

impl IntoDaisy for GPIO_SD_B1_06<Alt4>[src]

impl IntoDaisy for GPIO_SD_B1_07<Alt4>[src]

impl IntoDaisy for GPIO_SD_B1_08<Alt4>[src]

impl IntoDaisy for GPIO_SD_B1_09<Alt4>[src]

Loading content...