pub trait Txpo: Sealed {
    const TXPO: TXPO_A;
}
Expand description

Control the TXPO 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 Txpo from OptionalPadNums to the corresponding Pads types.