19.6.5.1 Enum spi_addr_mode

For slave mode when using the SPI frame with address format.

Table 19-58. Members
Enum valueDescription

SPI_ADDR_MODE_MASK

address_mask in the spi_config struct is used as a mask to the register

SPI_ADDR_MODE_UNIQUE

The slave responds to the two unique addresses in address and address_mask in the spi_config struct

SPI_ADDR_MODE_RANGE

The slave responds to the range of addresses between and including address and address_mask in the spi_config struct