[][src]Trait drone_stm32_map_periph_gpio::CGpioBsrr

pub trait CGpioBsrr<T: GpioPortMap>: CWoReg {
    fn from_fields(map: CGpioBsrrFields<T>) -> Self;
fn into_fields(self) -> CGpioBsrrFields<T>;
fn br0(&self) -> &T::CGpioBsrrBr0;
fn br1(&self) -> &T::CGpioBsrrBr1;
fn br2(&self) -> &T::CGpioBsrrBr2;
fn br3(&self) -> &T::CGpioBsrrBr3;
fn br4(&self) -> &T::CGpioBsrrBr4;
fn br5(&self) -> &T::CGpioBsrrBr5;
fn br6(&self) -> &T::CGpioBsrrBr6;
fn br7(&self) -> &T::CGpioBsrrBr7;
fn br8(&self) -> &T::CGpioBsrrBr8;
fn br9(&self) -> &T::CGpioBsrrBr9;
fn br10(&self) -> &T::CGpioBsrrBr10;
fn br11(&self) -> &T::CGpioBsrrBr11;
fn br12(&self) -> &T::CGpioBsrrBr12;
fn br13(&self) -> &T::CGpioBsrrBr13;
fn br14(&self) -> &T::CGpioBsrrBr14;
fn br15(&self) -> &T::CGpioBsrrBr15;
fn bs0(&self) -> &T::CGpioBsrrBs0;
fn bs1(&self) -> &T::CGpioBsrrBs1;
fn bs2(&self) -> &T::CGpioBsrrBs2;
fn bs3(&self) -> &T::CGpioBsrrBs3;
fn bs4(&self) -> &T::CGpioBsrrBs4;
fn bs5(&self) -> &T::CGpioBsrrBs5;
fn bs6(&self) -> &T::CGpioBsrrBs6;
fn bs7(&self) -> &T::CGpioBsrrBs7;
fn bs8(&self) -> &T::CGpioBsrrBs8;
fn bs9(&self) -> &T::CGpioBsrrBs9;
fn bs10(&self) -> &T::CGpioBsrrBs10;
fn bs11(&self) -> &T::CGpioBsrrBs11;
fn bs12(&self) -> &T::CGpioBsrrBs12;
fn bs13(&self) -> &T::CGpioBsrrBs13;
fn bs14(&self) -> &T::CGpioBsrrBs14;
fn bs15(&self) -> &T::CGpioBsrrBs15; }

Required methods

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

fn into_fields(self) -> CGpioBsrrFields<T>

fn br0(&self) -> &T::CGpioBsrrBr0

fn br1(&self) -> &T::CGpioBsrrBr1

fn br2(&self) -> &T::CGpioBsrrBr2

fn br3(&self) -> &T::CGpioBsrrBr3

fn br4(&self) -> &T::CGpioBsrrBr4

fn br5(&self) -> &T::CGpioBsrrBr5

fn br6(&self) -> &T::CGpioBsrrBr6

fn br7(&self) -> &T::CGpioBsrrBr7

fn br8(&self) -> &T::CGpioBsrrBr8

fn br9(&self) -> &T::CGpioBsrrBr9

fn br10(&self) -> &T::CGpioBsrrBr10

fn br11(&self) -> &T::CGpioBsrrBr11

fn br12(&self) -> &T::CGpioBsrrBr12

fn br13(&self) -> &T::CGpioBsrrBr13

fn br14(&self) -> &T::CGpioBsrrBr14

fn br15(&self) -> &T::CGpioBsrrBr15

fn bs0(&self) -> &T::CGpioBsrrBs0

fn bs1(&self) -> &T::CGpioBsrrBs1

fn bs2(&self) -> &T::CGpioBsrrBs2

fn bs3(&self) -> &T::CGpioBsrrBs3

fn bs4(&self) -> &T::CGpioBsrrBs4

fn bs5(&self) -> &T::CGpioBsrrBs5

fn bs6(&self) -> &T::CGpioBsrrBs6

fn bs7(&self) -> &T::CGpioBsrrBs7

fn bs8(&self) -> &T::CGpioBsrrBs8

fn bs9(&self) -> &T::CGpioBsrrBs9

fn bs10(&self) -> &T::CGpioBsrrBs10

fn bs11(&self) -> &T::CGpioBsrrBs11

fn bs12(&self) -> &T::CGpioBsrrBs12

fn bs13(&self) -> &T::CGpioBsrrBs13

fn bs14(&self) -> &T::CGpioBsrrBs14

fn bs15(&self) -> &T::CGpioBsrrBs15

Loading content...

Implementors

Loading content...