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

type TASKS_SET = Reg<u32, _TASKS_SET>;

Description collection[0]: Task for writing to pin specified in CONFIG[0].PSEL. Action on pin is to set it high.

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

For information about available fields see tasks_set module

Trait Implementations

impl ResetValue for TASKS_SET[src]

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

type Type = u32

Register size

impl Writable for TASKS_SET[src]

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