[][src]Trait drone_stm32_map_periph_gpio::CGpioModer

pub trait CGpioModer<T: GpioPortMap>: CRwReg {
    fn from_fields(map: CGpioModerFields<T>) -> Self;
fn into_fields(self) -> CGpioModerFields<T>;
fn moder0(&self) -> &T::CGpioModerModer0;
fn moder1(&self) -> &T::CGpioModerModer1;
fn moder2(&self) -> &T::CGpioModerModer2;
fn moder3(&self) -> &T::CGpioModerModer3;
fn moder4(&self) -> &T::CGpioModerModer4;
fn moder5(&self) -> &T::CGpioModerModer5;
fn moder6(&self) -> &T::CGpioModerModer6;
fn moder7(&self) -> &T::CGpioModerModer7;
fn moder8(&self) -> &T::CGpioModerModer8;
fn moder9(&self) -> &T::CGpioModerModer9;
fn moder10(&self) -> &T::CGpioModerModer10;
fn moder11(&self) -> &T::CGpioModerModer11;
fn moder12(&self) -> &T::CGpioModerModer12;
fn moder13(&self) -> &T::CGpioModerModer13;
fn moder14(&self) -> &T::CGpioModerModer14;
fn moder15(&self) -> &T::CGpioModerModer15; }

Required methods

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

fn into_fields(self) -> CGpioModerFields<T>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementations on Foreign Types

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...