Home
last modified time | relevance | path

Searched refs:ISDS_spiMode_t (Results 1 – 2 of 2) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h775 } ISDS_spiMode_t; typedef
997 int8_t ISDS_setSpiMode(WE_sensorInterface_t* sensorInterface, ISDS_spiMode_t spiMode);
998 int8_t ISDS_getSpiMode(WE_sensorInterface_t* sensorInterface, ISDS_spiMode_t *spiMode);
DWSEN_ISDS_2536030320001_hal.c1422 int8_t ISDS_setSpiMode(WE_sensorInterface_t* sensorInterface, ISDS_spiMode_t spiMode) in ISDS_setSpiMode()
1442 int8_t ISDS_getSpiMode(WE_sensorInterface_t* sensorInterface, ISDS_spiMode_t *spiMode) in ISDS_getSpiMode()
1451 *spiMode = (ISDS_spiMode_t) ctrl3.spiMode; in ISDS_getSpiMode()