Home
last modified time | relevance | path

Searched refs:IS_FUNCTIONAL_STATE (Results 1 – 22 of 22) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_adc.c370 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Init()
371 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DiscontinuousConvMode)); in HAL_ADC_Init()
374 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests)); in HAL_ADC_Init()
377 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init()
378 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerFrequencyMode)); in HAL_ADC_Init()
379 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoPowerOff)); in HAL_ADC_Init()
381 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.OversamplingMode)); in HAL_ADC_Init()
1416 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_IRQHandler()
1762 assert_param(IS_FUNCTIONAL_STATE(AnalogWDGConfig->ITMode)); in HAL_ADC_AnalogWDGConfig()
Dstm32l0xx_ll_exti.c126 assert_param(IS_FUNCTIONAL_STATE(EXTI_InitStruct->LineCommand)); in LL_EXTI_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_can.c302 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.TimeTriggeredMode)); in HAL_CAN_Init()
303 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.AutoBusOff)); in HAL_CAN_Init()
304 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.AutoWakeUp)); in HAL_CAN_Init()
305 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.AutoRetransmission)); in HAL_CAN_Init()
306 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.ReceiveFifoLocked)); in HAL_CAN_Init()
307 assert_param(IS_FUNCTIONAL_STATE(hcan->Init.TransmitFifoPriority)); in HAL_CAN_Init()
1256 assert_param(IS_FUNCTIONAL_STATE(pHeader->TransmitGlobalTime)); in HAL_CAN_AddTxMessage()
Dstm32l4xx_hal_dsi.c2232 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_SetSDD()
2263 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_SetLanePinsConfiguration()
2348 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_SetPHYTimings()
2495 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_ForceTXStopMode()
2536 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_ForceRXLowPower()
2561 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_ForceDataLanesInRX()
2586 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_SetPullDown()
2611 assert_param(IS_FUNCTIONAL_STATE(State)); in HAL_DSI_SetContentionDetectionOff()
Dstm32l4xx_hal_adc_ex.c889 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADCEx_MultiModeStart_DMA()
891 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests)); in HAL_ADCEx_MultiModeStart_DMA()
1667 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
1668 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->QueueInjectedContext)); in HAL_ADCEx_InjectedConfigChannel()
1673 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjecOversamplingMode)); in HAL_ADCEx_InjectedConfigChannel()
1679 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l4xx_ll_exti.c145 assert_param(IS_FUNCTIONAL_STATE(EXTI_InitStruct->LineCommand)); in LL_EXTI_Init()
Dstm32l4xx_hal_adc.c442 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Init()
445 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests)); in HAL_ADC_Init()
448 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.LowPowerAutoWait)); in HAL_ADC_Init()
449 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.OversamplingMode)); in HAL_ADC_Init()
454 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DiscontinuousConvMode)); in HAL_ADC_Init()
2963 assert_param(IS_FUNCTIONAL_STATE(AnalogWDGConfig->ITMode)); in HAL_ADC_AnalogWDGConfig()
Dstm32l4xx_hal_dfsdm.c370 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_channel->Init.OutputClock.Activation)); in HAL_DFSDM_ChannelInit()
1277 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.FastMode)); in HAL_DFSDM_FilterInit()
1278 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.DmaMode)); in HAL_DFSDM_FilterInit()
1280 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.ScanMode)); in HAL_DFSDM_FilterInit()
1281 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.DmaMode)); in HAL_DFSDM_FilterInit()
Dstm32l4xx_hal_gfxmmu.c195 assert_param(IS_FUNCTIONAL_STATE(hgfxmmu->Init.Interrupts.Activation)); in HAL_GFXMMU_Init()
Dstm32l4xx_hal_sai.c427 assert_param(IS_FUNCTIONAL_STATE(hsai->Init.PdmInit.Activation)); in HAL_SAI_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_adc.c405 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_Init()
407 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DMAContinuousRequests)); in HAL_ADC_Init()
412 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.DiscontinuousConvMode)); in HAL_ADC_Init()
1408 assert_param(IS_FUNCTIONAL_STATE(hadc->Init.ContinuousConvMode)); in HAL_ADC_IRQHandler()
1778 assert_param(IS_FUNCTIONAL_STATE(AnalogWDGConfig->ITMode)); in HAL_ADC_AnalogWDGConfig()
Dstm32l1xx_ll_exti.c126 assert_param(IS_FUNCTIONAL_STATE(EXTI_InitStruct->LineCommand)); in LL_EXTI_Init()
Dstm32l1xx_hal_adc_ex.c627 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv)); in HAL_ADCEx_InjectedConfigChannel()
635 assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->InjectedDiscontinuousConvMode)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32l1xx_hal_flash_ex.c1252 assert_param(IS_FUNCTIONAL_STATE(NewState)); in FLASH_OB_WRPConfigWRP1OrPCROP1()
1298 assert_param(IS_FUNCTIONAL_STATE(NewState)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1344 assert_param(IS_FUNCTIONAL_STATE(NewState)); in FLASH_OB_WRPConfigWRP3()
1389 assert_param(IS_FUNCTIONAL_STATE(NewState)); in FLASH_OB_WRPConfigWRP4()
/loramac-node-latest/src/boards/NucleoL073/cmsis/
Dstm32l0xx.h187 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/loramac-node-latest/src/boards/SKiM881AXL/cmsis/
Dstm32l0xx.h187 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l0xx.h187 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/loramac-node-latest/src/boards/NucleoL152/cmsis/
Dstm32l1xx.h204 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/loramac-node-latest/src/boards/SKiM980A/cmsis/
Dstm32l1xx.h206 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/loramac-node-latest/src/boards/SKiM880B/cmsis/
Dstm32l1xx.h206 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/loramac-node-latest/src/boards/NAMote72/cmsis/
Dstm32l1xx.h204 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/loramac-node-latest/src/boards/NucleoL476/cmsis/
Dstm32l4xx.h207 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro