Home
last modified time | relevance | path

Searched refs:IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c159 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(htim->Instance)); in HAL_TIMEx_HallSensor_Init()
309 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(htim->Instance)); in HAL_TIMEx_HallSensor_Start()
333 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(htim->Instance)); in HAL_TIMEx_HallSensor_Stop()
354 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(htim->Instance)); in HAL_TIMEx_HallSensor_Start_IT()
381 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(htim->Instance)); in HAL_TIMEx_HallSensor_Stop_IT()
407 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(htim->Instance)); in HAL_TIMEx_HallSensor_Start_DMA()
463 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(htim->Instance)); in HAL_TIMEx_HallSensor_Stop_DMA()
Dstm32l4xx_ll_tim.c628 assert_param(IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(TIMx)); in LL_TIM_HALLSENSOR_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h975 #define IS_TIM_HALL_INTERFACE_INSTANCE IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h18278 #define IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ macro