Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dts.h174 #define DTS_SENSOR_MODE_SINGLE 0x00000106U /*!< Single acquisition */ macro
222 ((PARAM) == DTS_SENSOR_MODE_SINGLE) || \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c874 if (hdts->SensorMode[Sensor] == DTS_SENSOR_MODE_SINGLE) in HAL_DTS_PollForTemperature()
1693 if (hdts->SensorMode[Sensor] == DTS_SENSOR_MODE_SINGLE) in HAL_DTS_IRQHandler()