test

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

NRF_SPI_Type Struct Reference

NRF_SPI_Type Struct Reference
[Device_Peripheral_Registers]

SPI master 0. More...

#include <nrf51.h>

Data Fields

__I uint32_t RESERVED0 [66]
__IO uint32_t EVENTS_READY
__IO uint32_t INTENSET
__IO uint32_t INTENCLR
__IO uint32_t ENABLE
__IO uint32_t PSELSCK
__IO uint32_t PSELMOSI
__IO uint32_t PSELMISO
__I uint32_t RXD
__IO uint32_t TXD
__IO uint32_t FREQUENCY
__IO uint32_t CONFIG
__IO uint32_t POWER

Detailed Description

SPI master 0.

(SPI)

Definition at line 465 of file nrf51.h.


Field Documentation

__IO uint32_t CONFIG

Configuration register.

Definition at line 483 of file nrf51.h.

__IO uint32_t ENABLE

Enable SPI.

Definition at line 472 of file nrf51.h.

__IO uint32_t EVENTS_READY

TXD byte sent and RXD byte received.

Definition at line 467 of file nrf51.h.

__IO uint32_t FREQUENCY

SPI frequency

Definition at line 481 of file nrf51.h.

__IO uint32_t INTENCLR

Interrupt enable clear register.

Definition at line 470 of file nrf51.h.

__IO uint32_t INTENSET

Interrupt enable set register.

Definition at line 469 of file nrf51.h.

__IO uint32_t POWER

Peripheral power control.

Definition at line 485 of file nrf51.h.

__IO uint32_t PSELMISO

Pin select for MISO.

Definition at line 476 of file nrf51.h.

__IO uint32_t PSELMOSI

Pin select for MOSI.

Definition at line 475 of file nrf51.h.

__IO uint32_t PSELSCK

Pin select for SCK.

Definition at line 474 of file nrf51.h.

__I uint32_t RESERVED0[66]

< SPI Structure

Definition at line 466 of file nrf51.h.

__I uint32_t RXD

RX data.

Definition at line 478 of file nrf51.h.

__IO uint32_t TXD

TX data.

Definition at line 479 of file nrf51.h.