CAC_smartcushion / Mbed OS 2Temp_ADISense1000_Example

Fork of ADISense1000_Example_FW by Analog Devices

Embed: (wiki syntax)

« Back to documentation index

Interface Configuration C (Interface_Config_C) Register

Interface Configuration C (Interface_Config_C) Register

Interface Configuration C (Interface_Config_C) Register. More...

Enumerations

enum  ADI_ADISENSE_SPI_Interface_Config_C_Strict_Register_Access { ADISENSE_SPI_INTERFACE_CONFIG_C_NORMAL_ACCESS = 0, ADISENSE_SPI_INTERFACE_CONFIG_C_STRICT_ACCESS = 1 }
enum  ADI_ADISENSE_SPI_Interface_Config_C_CRC_Enable { ADISENSE_SPI_INTERFACE_CONFIG_C_DISABLED = 0, ADISENSE_SPI_INTERFACE_CONFIG_C_ENABLED = 1 }

Detailed Description

Interface Configuration C (Interface_Config_C) Register.


Enumeration Type Documentation

Enumerator:
ADISENSE_SPI_INTERFACE_CONFIG_C_DISABLED 

CRC Disabled.

ADISENSE_SPI_INTERFACE_CONFIG_C_ENABLED 

CRC Enabled.

Definition at line 396 of file ADISENSE1000_REGISTERS_typedefs.h.

Enumerator:
ADISENSE_SPI_INTERFACE_CONFIG_C_NORMAL_ACCESS 

Normal mode, no access restrictions.

ADISENSE_SPI_INTERFACE_CONFIG_C_STRICT_ACCESS 

Strict mode, multi-byte registers require all bytes read/written.

Definition at line 385 of file ADISENSE1000_REGISTERS_typedefs.h.