pub trait Rxpo: Sealed {
    const RXPO: RXPO_A;
}
Expand description

Control the RXPO field as a function of the PadNum type

Associated Constants

Corresponding variant from the PAC enum

Implementations on Foreign Types

This value is arbitrary and meaningless for NoneT

Implementors

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