[][src]Trait drone_stm32_map_periph_gpio::CGpioPupdr

pub trait CGpioPupdr<T: GpioPortMap>: CRwReg {
    fn from_fields(map: CGpioPupdrFields<T>) -> Self;
fn into_fields(self) -> CGpioPupdrFields<T>;
fn pupdr0(&self) -> &T::CGpioPupdrPupdr0;
fn pupdr1(&self) -> &T::CGpioPupdrPupdr1;
fn pupdr2(&self) -> &T::CGpioPupdrPupdr2;
fn pupdr3(&self) -> &T::CGpioPupdrPupdr3;
fn pupdr4(&self) -> &T::CGpioPupdrPupdr4;
fn pupdr5(&self) -> &T::CGpioPupdrPupdr5;
fn pupdr6(&self) -> &T::CGpioPupdrPupdr6;
fn pupdr7(&self) -> &T::CGpioPupdrPupdr7;
fn pupdr8(&self) -> &T::CGpioPupdrPupdr8;
fn pupdr9(&self) -> &T::CGpioPupdrPupdr9;
fn pupdr10(&self) -> &T::CGpioPupdrPupdr10;
fn pupdr11(&self) -> &T::CGpioPupdrPupdr11;
fn pupdr12(&self) -> &T::CGpioPupdrPupdr12;
fn pupdr13(&self) -> &T::CGpioPupdrPupdr13;
fn pupdr14(&self) -> &T::CGpioPupdrPupdr14;
fn pupdr15(&self) -> &T::CGpioPupdrPupdr15; }

Required methods

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

fn into_fields(self) -> CGpioPupdrFields<T>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementations on Foreign Types

impl CGpioPupdr<GpioA> for Reg<Crt>[src]

impl CGpioPupdr<GpioB> for Reg<Crt>[src]

impl CGpioPupdr<GpioC> for Reg<Crt>[src]

impl CGpioPupdr<GpioD> for Reg<Crt>[src]

impl CGpioPupdr<GpioE> for Reg<Crt>[src]

impl CGpioPupdr<GpioF> for Reg<Crt>[src]

impl CGpioPupdr<GpioG> for Reg<Crt>[src]

impl CGpioPupdr<GpioH> for Reg<Crt>[src]

impl CGpioPupdr<GpioI> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...