[][src]Type Definition nrf52832_pac::p0::OUTSET

type OUTSET = Reg<u32, _OUTSET>;

Set individual bits in GPIO port

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

For information about available fields see outset module

Trait Implementations

impl Readable for OUTSET[src]

read() method returns outset::R reader structure

impl ResetValue for OUTSET[src]

Register OUTSET reset()'s with value 0

type Type = u32

Register size

impl Writable for OUTSET[src]

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