Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

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 617 of file nrf51.h.


Field Documentation

__IO uint32_t CONFIG[4]

Channel configuration registers.

Definition at line 627 of file nrf51.h.

__IO uint32_t EVENTS_IN[4]

Tasks asssociated with GPIOTE channels.

Definition at line 620 of file nrf51.h.

__IO uint32_t EVENTS_PORT

Event generated from multiple pins.

Definition at line 622 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 625 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 624 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 629 of file nrf51.h.

__O uint32_t TASKS_OUT[4]

< GPIOTE Structure Tasks asssociated with GPIOTE channels.

Definition at line 618 of file nrf51.h.