[][src]Type Definition nrf52832_pac::gpiote::TASKS_OUT

type TASKS_OUT = Reg<u32, _TASKS_OUT>;

Description collection[0]: Task for writing to pin specified in CONFIG[0].PSEL. Action on pin is configured in CONFIG[0].POLARITY.

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

For information about available fields see tasks_out module

Trait Implementations

impl ResetValue for TASKS_OUT[src]

Register TASKS_OUT[%s] reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_OUT[src]

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