Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dts.c692 ((temp_state == HAL_DTS_STATE_RUNNING_0) && (Sensor == DTS_SENSOR_1))) in HAL_DTS_ConfigSensor()
773 ((temp_state == HAL_DTS_STATE_RUNNING_0) && (Sensor == DTS_SENSOR_1))) in HAL_DTS_Start()
850 ((temp_state == HAL_DTS_STATE_RUNNING_1) && (Sensor == DTS_SENSOR_1))) in HAL_DTS_PollForTemperature()
1002 ((temp_state == HAL_DTS_STATE_RUNNING_1) && (Sensor == DTS_SENSOR_1))) in HAL_DTS_Stop()
1061 ((temp_state == HAL_DTS_STATE_RUNNING_0) && (Sensor == DTS_SENSOR_1))) in HAL_DTS_Start_IT()
1139 ((temp_state == HAL_DTS_STATE_RUNNING_1) && (Sensor == DTS_SENSOR_1))) in HAL_DTS_Stop_IT()
1671 Sensor = DTS_SENSOR_1; in HAL_DTS_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dts.h61 DTS_SENSOR_1 = 0x01U, /*!< DTS sensor 1 */ enumerator