[][src]Trait drone_stm32_map_periph_gpio::SGpioPupdr

pub trait SGpioPupdr<T: GpioPortMap>: SRwReg {
    fn from_fields(map: SGpioPupdrFields<T>) -> Self;
fn into_fields(self) -> SGpioPupdrFields<T>;
fn pupdr0(&self) -> &T::SGpioPupdrPupdr0;
fn pupdr1(&self) -> &T::SGpioPupdrPupdr1;
fn pupdr2(&self) -> &T::SGpioPupdrPupdr2;
fn pupdr3(&self) -> &T::SGpioPupdrPupdr3;
fn pupdr4(&self) -> &T::SGpioPupdrPupdr4;
fn pupdr5(&self) -> &T::SGpioPupdrPupdr5;
fn pupdr6(&self) -> &T::SGpioPupdrPupdr6;
fn pupdr7(&self) -> &T::SGpioPupdrPupdr7;
fn pupdr8(&self) -> &T::SGpioPupdrPupdr8;
fn pupdr9(&self) -> &T::SGpioPupdrPupdr9;
fn pupdr10(&self) -> &T::SGpioPupdrPupdr10;
fn pupdr11(&self) -> &T::SGpioPupdrPupdr11;
fn pupdr12(&self) -> &T::SGpioPupdrPupdr12;
fn pupdr13(&self) -> &T::SGpioPupdrPupdr13;
fn pupdr14(&self) -> &T::SGpioPupdrPupdr14;
fn pupdr15(&self) -> &T::SGpioPupdrPupdr15; }

Required methods

fn from_fields(map: SGpioPupdrFields<T>) -> Self

fn into_fields(self) -> SGpioPupdrFields<T>

fn pupdr0(&self) -> &T::SGpioPupdrPupdr0

fn pupdr1(&self) -> &T::SGpioPupdrPupdr1

fn pupdr2(&self) -> &T::SGpioPupdrPupdr2

fn pupdr3(&self) -> &T::SGpioPupdrPupdr3

fn pupdr4(&self) -> &T::SGpioPupdrPupdr4

fn pupdr5(&self) -> &T::SGpioPupdrPupdr5

fn pupdr6(&self) -> &T::SGpioPupdrPupdr6

fn pupdr7(&self) -> &T::SGpioPupdrPupdr7

fn pupdr8(&self) -> &T::SGpioPupdrPupdr8

fn pupdr9(&self) -> &T::SGpioPupdrPupdr9

fn pupdr10(&self) -> &T::SGpioPupdrPupdr10

fn pupdr11(&self) -> &T::SGpioPupdrPupdr11

fn pupdr12(&self) -> &T::SGpioPupdrPupdr12

fn pupdr13(&self) -> &T::SGpioPupdrPupdr13

fn pupdr14(&self) -> &T::SGpioPupdrPupdr14

fn pupdr15(&self) -> &T::SGpioPupdrPupdr15

Loading content...

Implementations on Foreign Types

impl SGpioPupdr<GpioA> for Reg<Srt>[src]

impl SGpioPupdr<GpioB> for Reg<Srt>[src]

impl SGpioPupdr<GpioC> for Reg<Srt>[src]

impl SGpioPupdr<GpioD> for Reg<Srt>[src]

impl SGpioPupdr<GpioE> for Reg<Srt>[src]

impl SGpioPupdr<GpioF> for Reg<Srt>[src]

impl SGpioPupdr<GpioG> for Reg<Srt>[src]

impl SGpioPupdr<GpioH> for Reg<Srt>[src]

impl SGpioPupdr<GpioI> for Reg<Srt>[src]

Loading content...

Implementors

Loading content...