[][src]Struct gd32vf103xx_hal::afio::Afio

pub struct Afio { /* fields omitted */ }

Implementations

impl Afio[src]

pub fn disable_jtag(
    &mut self,
    pa13: PA13<Debugger>,
    pa14: PA14<Debugger>,
    pa15: PA15<Debugger>,
    pb3: PB3<Debugger>,
    pb4: PB4<Debugger>
) -> (PA13<Input<Floating>>, PA14<Input<Floating>>, PA15<Input<Floating>>, PB3<Input<Floating>>, PB4<Input<Floating>>)
[src]

Disables the JTAG to free up PA13..PA15, PB3 and PB4 for normal use

pub fn extiss(&mut self, port: Port, pin: u8)[src]

Auto Trait Implementations

impl Send for Afio

impl !Sync for Afio

impl Unpin for Afio

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.