[][src]Trait drone_stm32_map_periph_gpio::UGpioModer

pub trait UGpioModer<T: GpioPortMap>: URwReg {
    fn from_fields(map: UGpioModerFields<T>) -> Self;
fn into_fields(self) -> UGpioModerFields<T>;
fn moder0(&self) -> &T::UGpioModerModer0;
fn moder1(&self) -> &T::UGpioModerModer1;
fn moder2(&self) -> &T::UGpioModerModer2;
fn moder3(&self) -> &T::UGpioModerModer3;
fn moder4(&self) -> &T::UGpioModerModer4;
fn moder5(&self) -> &T::UGpioModerModer5;
fn moder6(&self) -> &T::UGpioModerModer6;
fn moder7(&self) -> &T::UGpioModerModer7;
fn moder8(&self) -> &T::UGpioModerModer8;
fn moder9(&self) -> &T::UGpioModerModer9;
fn moder10(&self) -> &T::UGpioModerModer10;
fn moder11(&self) -> &T::UGpioModerModer11;
fn moder12(&self) -> &T::UGpioModerModer12;
fn moder13(&self) -> &T::UGpioModerModer13;
fn moder14(&self) -> &T::UGpioModerModer14;
fn moder15(&self) -> &T::UGpioModerModer15; }

Required methods

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

fn into_fields(self) -> UGpioModerFields<T>

fn moder0(&self) -> &T::UGpioModerModer0

fn moder1(&self) -> &T::UGpioModerModer1

fn moder2(&self) -> &T::UGpioModerModer2

fn moder3(&self) -> &T::UGpioModerModer3

fn moder4(&self) -> &T::UGpioModerModer4

fn moder5(&self) -> &T::UGpioModerModer5

fn moder6(&self) -> &T::UGpioModerModer6

fn moder7(&self) -> &T::UGpioModerModer7

fn moder8(&self) -> &T::UGpioModerModer8

fn moder9(&self) -> &T::UGpioModerModer9

fn moder10(&self) -> &T::UGpioModerModer10

fn moder11(&self) -> &T::UGpioModerModer11

fn moder12(&self) -> &T::UGpioModerModer12

fn moder13(&self) -> &T::UGpioModerModer13

fn moder14(&self) -> &T::UGpioModerModer14

fn moder15(&self) -> &T::UGpioModerModer15

Loading content...

Implementations on Foreign Types

impl UGpioModer<GpioA> for Reg<Urt>[src]

impl UGpioModer<GpioB> for Reg<Urt>[src]

impl UGpioModer<GpioC> for Reg<Urt>[src]

impl UGpioModer<GpioD> for Reg<Urt>[src]

impl UGpioModer<GpioE> for Reg<Urt>[src]

impl UGpioModer<GpioF> for Reg<Urt>[src]

impl UGpioModer<GpioG> for Reg<Urt>[src]

impl UGpioModer<GpioH> for Reg<Urt>[src]

impl UGpioModer<GpioI> for Reg<Urt>[src]

Loading content...

Implementors

Loading content...