ism 2.0.0.0
ISM Registers Settings

Settings for registers of ISM Click driver. More...

Macros

#define ISM_STATUS_RX_DR   0x40
 ISM description setting.
 
#define ISM_STATUS_TX_DS   0x20
 
#define ISM_STATUS_MAX_RT   0x10
 
#define STATUS_TX_FULL   0x01
 
#define ISM_FIFO_STATUS_TX_REUSE   0x40
 
#define ISM_FIFO_STATUS_TX_FULL   0x20
 
#define ISM_FIFO_STATUS_TX_EMPTY   0x10
 
#define ISM_FIFO_STATUS_RX_FULL   0x02
 
#define ISM_FIFO_STATUS_RX_EMPTY   0x01
 
#define ISM_SEL_BANK_0   0
 ISM description bank selection.
 
#define ISM_SEL_BANK_1   1
 
#define ISM_MAX_PACKET_LEN   32
 ISM maximum packet length.
 
#define ISM_RT_PIN_STATE_LOW   0
 ISM description pin state.
 
#define ISM_RT_PIN_STATE_HIGH   1
 
#define ISM_RD_RX_PLOAD   0x61
 ISM description RX and TX payload.
 
#define ISM_WR_TX_PLOAD   0xA0
 
#define ISM_READ_BIT_MASK   0x00
 ISM description SPI read and write bit mask.
 
#define ISM_WRITE_BIT_MASK   0x20
 

Detailed Description

Settings for registers of ISM Click driver.

Macro Definition Documentation

◆ ISM_FIFO_STATUS_RX_EMPTY

#define ISM_FIFO_STATUS_RX_EMPTY   0x01

◆ ISM_FIFO_STATUS_RX_FULL

#define ISM_FIFO_STATUS_RX_FULL   0x02

◆ ISM_FIFO_STATUS_TX_EMPTY

#define ISM_FIFO_STATUS_TX_EMPTY   0x10

◆ ISM_FIFO_STATUS_TX_FULL

#define ISM_FIFO_STATUS_TX_FULL   0x20

◆ ISM_FIFO_STATUS_TX_REUSE

#define ISM_FIFO_STATUS_TX_REUSE   0x40

◆ ISM_MAX_PACKET_LEN

#define ISM_MAX_PACKET_LEN   32

ISM maximum packet length.

Specified setting for maximum packet length of ISM Click driver.

◆ ISM_RD_RX_PLOAD

#define ISM_RD_RX_PLOAD   0x61

ISM description RX and TX payload.

Specified setting for RX and TX of ISM Click driver.

◆ ISM_READ_BIT_MASK

#define ISM_READ_BIT_MASK   0x00

ISM description SPI read and write bit mask.

Specified setting for SPI read and write bit mask of ISM Click driver.

◆ ISM_RT_PIN_STATE_HIGH

#define ISM_RT_PIN_STATE_HIGH   1

◆ ISM_RT_PIN_STATE_LOW

#define ISM_RT_PIN_STATE_LOW   0

ISM description pin state.

Specified setting for pin state of ISM Click driver.

◆ ISM_SEL_BANK_0

#define ISM_SEL_BANK_0   0

ISM description bank selection.

Specified setting for bank selection of ISM Click driver.

◆ ISM_SEL_BANK_1

#define ISM_SEL_BANK_1   1

◆ ISM_STATUS_MAX_RT

#define ISM_STATUS_MAX_RT   0x10

◆ ISM_STATUS_RX_DR

#define ISM_STATUS_RX_DR   0x40

ISM description setting.

Specified setting for description of ISM Click driver.

◆ ISM_STATUS_TX_DS

#define ISM_STATUS_TX_DS   0x20

◆ ISM_WR_TX_PLOAD

#define ISM_WR_TX_PLOAD   0xA0

◆ ISM_WRITE_BIT_MASK

#define ISM_WRITE_BIT_MASK   0x20

◆ STATUS_TX_FULL

#define STATUS_TX_FULL   0x01