MAX32660 Peripheral Driver API
Peripheral Driver API for the MAX32660
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
SPI_Registers

Modules

 Register Offsets
 
 SPI_DATA
 
 SPI_CTRL0
 
 SPI_CTRL1
 
 SPI_CTRL2
 
 SPI_SS_TIME
 
 SPI_CLK_CFG
 
 SPI_DMA
 
 SPI_INT_FL
 
 SPI_INT_EN
 
 SPI_WAKE_FL
 
 SPI_WAKE_EN
 
 SPI_STAT
 

Files

file  spi_regs.h
 

Data Structures

struct  mxc_spi_regs_t
 

Detailed Description

Registers, Bit Masks and Bit Positions for the SPI Peripheral Module.

SPI peripheral.


Data Structure Documentation

◆ mxc_spi_regs_t

struct mxc_spi_regs_t

Structure type to access the SPI Registers.

Data Fields

__IO uint32_t data
 
__IO uint32_t ctrl0
 
__IO uint32_t ctrl1
 
__IO uint32_t ctrl2
 
__IO uint32_t ss_time
 
__IO uint32_t clk_cfg
 
__IO uint32_t dma
 
__IO uint32_t int_fl
 
__IO uint32_t int_en
 
__IO uint32_t wake_fl
 
__IO uint32_t wake_en
 
__I uint32_t stat
 

Field Documentation

◆ clk_cfg

__IO uint32_t clk_cfg

0x14: SPI CLK_CFG Register

◆ ctrl0

__IO uint32_t ctrl0

0x04: SPI CTRL0 Register

◆ ctrl1

__IO uint32_t ctrl1

0x08: SPI CTRL1 Register

◆ ctrl2

__IO uint32_t ctrl2

0x0C: SPI CTRL2 Register

◆ data

__IO uint32_t data

0x00: SPI DATA Register

◆ dma

__IO uint32_t dma

0x1C: SPI DMA Register

◆ int_en

__IO uint32_t int_en

0x24: SPI INT_EN Register

◆ int_fl

__IO uint32_t int_fl

0x20: SPI INT_FL Register

◆ ss_time

__IO uint32_t ss_time

0x10: SPI SS_TIME Register

◆ stat

__I uint32_t stat

0x30: SPI STAT Register

◆ wake_en

__IO uint32_t wake_en

0x2C: SPI WAKE_EN Register

◆ wake_fl

__IO uint32_t wake_fl

0x28: SPI WAKE_FL Register