Struct nucleo_h7xx::board::Board[][src]

pub struct Board;

Implementations

impl Board[src]

pub fn take() -> Option<Self>[src]

pub unsafe fn steal() -> Self[src]

pub fn freeze_clocks(&self, pwr: Pwr, rcc: Rcc, syscfg: &SYSCFG) -> Ccdr[src]

pub fn split_gpios(
    &self,
    gpioa: Parts,
    gpiob: Parts,
    gpioc: Parts,
    gpiod: Parts,
    gpioe: Parts,
    gpiof: Parts,
    gpiog: Parts
) -> Pins
[src]

Takes the board’s GPIO peripherals and split them into ZST’s representing the individual GPIO pins used by the board.

pub fn split_led_user(&self, pins: Pins) -> UserLeds[src]

Auto Trait Implementations

impl Send for Board

impl Sync for Board

impl Unpin for Board

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> Same<T> for T

type Output = T

Should always be Self

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.