BLE_Nano nRF51 Central heart rate

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


Field Documentation

__IO uint32_t CONFIG[4]

Channel configuration registers.

Definition at line 649 of file nrf51.h.

__IO uint32_t EVENTS_IN[4]

Tasks asssociated with GPIOTE channels.

Definition at line 642 of file nrf51.h.

__IO uint32_t EVENTS_PORT

Event generated from multiple pins.

Definition at line 644 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 647 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 646 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 651 of file nrf51.h.

__O uint32_t TASKS_OUT[4]

< GPIOTE Structure Tasks asssociated with GPIOTE channels.

Definition at line 640 of file nrf51.h.