Trait stm32f0xx_hal::tsc::TscPin[][src]

pub trait TscPin<TSC> {
    type GROUP;
    type OFFSET;
    fn group() -> Self::GROUP;
fn offset() -> Self::OFFSET; }

Associated Types

Required methods

Returns the group a pin belongs to

Returns the offset of the pin within the control registers

Implementors