Trait grand_central_m4::sercom::v2::spi::Dipo[][src]

pub trait Dipo: Sealed {
    const DIPO: DIPO_A;
    fn configure(sercom: &RegisterBlock) { ... }
}
Expand description

Control the DIPO field as a function of the PadNum type

Associated Constants

Corresponding variant from the PAC enum

Provided methods

Configure the pad according to Self::DIPO

Implementations on Foreign Types

This value is arbitrary and meaningless for NoneT

Override the default implementation to do nothing

Implementors

Lift the implementations of Dipo from OptionalPadNums to the corresponding Pads types.