[][src]Trait lpc82x_hal::swm::state::State

pub trait State {
    fn new() -> Self;
}

Implemented by types that indicate the state of SWM functions

This trait is implemented by types that indicate the state of SWM functions. It exists only to document which types those are. The user should not need to implement this trait, nor use it directly.

Required methods

fn new() -> Self

Returns an instance of the state

This method is intended for internal use. Any changes to this method won't be considered breaking changes.

Loading content...

Implementors

impl State for Unassigned[src]

impl<Pin> State for Assigned<Pin>[src]

Loading content...