Type Definition gd32f1::gd32f170::gpiob::BOP[][src]

type BOP = Reg<u32, _BOP>;

GPIO port bit set/reset register

This register you can reset, write, write_with_zero. See API.

For information about available fields see bop module

Trait Implementations

impl ResetValue for BOP[src]

Register BOP reset()’s with value 0

type Type = u32

Register size

impl Writable for BOP[src]

write(|w| ..) method takes bop::W writer structure