Trait

Trait Trait 

Source
pub trait Trait: Sealed {
    type Output;

    const ID: u8;
}
Expand description

Implemented for all CTIMER PWM channels

Required Associated Constants§

Source

const ID: u8

Identifies the channel

Required Associated Types§

Source

type Output

The SWM function that needs to be assigned to this channels output pin

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§