test code 123

Dependencies:   mbed

Fork of LinkNode-Test by Qi Yao

Embed: (wiki syntax)

« Back to documentation index

NRF_GPIOTE_Type Struct Reference

NRF_GPIOTE_Type Struct Reference
[Device_Peripheral_Registers]

GPIO tasks and events. More...

#include <nrf51.h>

Data Fields

__O uint32_t TASKS_OUT [4]
__IO uint32_t EVENTS_IN [4]
__IO uint32_t EVENTS_PORT
__IO uint32_t INTENSET
__IO uint32_t INTENCLR
__IO uint32_t CONFIG [4]
__IO uint32_t POWER

Detailed Description

GPIO tasks and events.

(GPIOTE)

Definition at line 638 of file nrf51.h.


Field Documentation

__IO uint32_t CONFIG[4]

Channel configuration registers.

Definition at line 648 of file nrf51.h.

__IO uint32_t EVENTS_IN[4]

Tasks asssociated with GPIOTE channels.

Definition at line 641 of file nrf51.h.

__IO uint32_t EVENTS_PORT

Event generated from multiple pins.

Definition at line 643 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 646 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 645 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 650 of file nrf51.h.

__O uint32_t TASKS_OUT[4]

< GPIOTE Structure Tasks asssociated with GPIOTE channels.

Definition at line 639 of file nrf51.h.