None

Dependents:   nRF51822

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

NRF_PPI_Type Struct Reference

NRF_PPI_Type Struct Reference
[Device_Peripheral_Registers]

PPI controller. More...

#include <nrf51.h>

Data Fields

PPI_TASKS_CHG_Type TASKS_CHG [4]
__IO uint32_t CHEN
__IO uint32_t CHENSET
__IO uint32_t CHENCLR
PPI_CH_Type CH [16]
__IO uint32_t CHG [4]

Detailed Description

PPI controller.

(PPI)

Definition at line 1054 of file nrf51.h.


Field Documentation

PPI_CH_Type CH[16]

PPI Channel.

Definition at line 1061 of file nrf51.h.

__IO uint32_t CHEN

Channel enable.

Definition at line 1057 of file nrf51.h.

__IO uint32_t CHENCLR

Channel enable clear.

Definition at line 1059 of file nrf51.h.

__IO uint32_t CHENSET

Channel enable set.

Definition at line 1058 of file nrf51.h.

__IO uint32_t CHG[4]

Channel group configuration.

Definition at line 1063 of file nrf51.h.

PPI_TASKS_CHG_Type TASKS_CHG[4]

< PPI Structure Channel group tasks.

Definition at line 1055 of file nrf51.h.