[][src]Trait drone_stm32_map_periph_gpio::SGpioModer

pub trait SGpioModer<T: GpioPortMap>: SRwReg {
    fn from_fields(map: SGpioModerFields<T>) -> Self;
fn into_fields(self) -> SGpioModerFields<T>;
fn moder0(&self) -> &T::SGpioModerModer0;
fn moder1(&self) -> &T::SGpioModerModer1;
fn moder2(&self) -> &T::SGpioModerModer2;
fn moder3(&self) -> &T::SGpioModerModer3;
fn moder4(&self) -> &T::SGpioModerModer4;
fn moder5(&self) -> &T::SGpioModerModer5;
fn moder6(&self) -> &T::SGpioModerModer6;
fn moder7(&self) -> &T::SGpioModerModer7;
fn moder8(&self) -> &T::SGpioModerModer8;
fn moder9(&self) -> &T::SGpioModerModer9;
fn moder10(&self) -> &T::SGpioModerModer10;
fn moder11(&self) -> &T::SGpioModerModer11;
fn moder12(&self) -> &T::SGpioModerModer12;
fn moder13(&self) -> &T::SGpioModerModer13;
fn moder14(&self) -> &T::SGpioModerModer14;
fn moder15(&self) -> &T::SGpioModerModer15; }

Required methods

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

fn into_fields(self) -> SGpioModerFields<T>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementations on Foreign Types

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

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

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

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

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

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

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

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

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

Loading content...

Implementors

Loading content...