/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_can.h | 95 FunctionalState TimeTriggeredMode; /*!< Enable or disable the time triggered communication mode. 98 FunctionalState AutoBusOff; /*!< Enable or disable the automatic bus-off management. 101 FunctionalState AutoWakeUp; /*!< Enable or disable the automatic wake-up mode. 104 FunctionalState AutoRetransmission; /*!< Enable or disable the non-automatic retransmission mode. 107 FunctionalState ReceiveFifoLocked; /*!< Enable or disable the Receive FIFO Locked mode. 110 FunctionalState TransmitFifoPriority;/*!< Enable or disable the transmit FIFO priority. 185 …FunctionalState TransmitGlobalTime; /*!< Specifies whether the timestamp counter value captured on…
|
D | stm32l4xx_hal_dsi.h | 1176 HAL_StatusTypeDef HAL_DSI_SetSDD(DSI_HandleTypeDef *hdsi, FunctionalState State); 1177 …sConfiguration(DSI_HandleTypeDef *hdsi, uint32_t CustomLane, uint32_t Lane, FunctionalState State); 1178 HAL_StatusTypeDef HAL_DSI_SetPHYTimings(DSI_HandleTypeDef *hdsi, uint32_t Timing, FunctionalState S… 1179 HAL_StatusTypeDef HAL_DSI_ForceTXStopMode(DSI_HandleTypeDef *hdsi, uint32_t Lane, FunctionalState S… 1180 HAL_StatusTypeDef HAL_DSI_ForceRXLowPower(DSI_HandleTypeDef *hdsi, FunctionalState State); 1181 HAL_StatusTypeDef HAL_DSI_ForceDataLanesInRX(DSI_HandleTypeDef *hdsi, FunctionalState State); 1182 HAL_StatusTypeDef HAL_DSI_SetPullDown(DSI_HandleTypeDef *hdsi, FunctionalState State); 1183 HAL_StatusTypeDef HAL_DSI_SetContentionDetectionOff(DSI_HandleTypeDef *hdsi, FunctionalState State);
|
D | stm32l4xx_hal_adc.h | 134 …FunctionalState LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion sta… 146 …FunctionalState ContinuousConvMode; /*!< Specify whether the conversion is performed in single mod… 156 …FunctionalState DiscontinuousConvMode; /*!< Specify whether the conversions sequence of ADC group … 175 …FunctionalState DMAContinuousRequests; /*!< Specify whether the DMA requests are performed in one … 191 …FunctionalState OversamplingMode; /*!< Specify whether the oversampling feature is enabled o… 287 …FunctionalState ITMode; /*!< Specify whether the analog watchdog is configured in interrupt or…
|
D | stm32l4xx_hal_dfsdm.h | 80 FunctionalState Activation; /*!< Output clock enable/disable */ 194 FunctionalState FastMode; /*!< Enable/disable fast mode for regular conversion */ 195 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ 205 FunctionalState ScanMode; /*!< Enable/disable scanning mode for injected conversion */ 206 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ 249 FunctionalState InjectedScanMode; /*!< Injected scanning mode */
|
D | stm32l4xx_hal_dma_ex.h | 78 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled 82 …FunctionalState EventEnable; /*!< Specifies if an event shall be generated once the RequestNumb…
|
D | stm32l4xx_hal_tsc.h | 686 #define IS_TSC_SS(__VALUE__) (((FunctionalState)(__VALUE__) == DISABLE) || ((FunctionalS… 715 #define IS_TSC_MCE_IT(__VALUE__) (((FunctionalState)(__VALUE__) == DISABLE) || ((FunctionalS…
|
D | stm32l4xx_hal_adc_ex.h | 139 …FunctionalState InjectedDiscontinuousConvMode; /*!< Specifies whether the conversions sequence of … 149 …FunctionalState AutoInjectedConv; /*!< Enables or disables the selected ADC group injected a… 158 …FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable… 181 …FunctionalState InjecOversamplingMode; /*!< Specifies whether the oversampling feature is …
|
D | stm32l4xx_hal_gfxmmu.h | 87 FunctionalState Activation; /*!< Interrupts enable/disable */
|
D | stm32l4xx_hal_nand.h | 120 FunctionalState ExtraCommandEnable; /*!< NAND extra command needed for Page reading mode. This
|
D | stm32l4xx_ll_exti.h | 83 FunctionalState LineCommand; /*!< Specifies the new state of the selected EXTI lines.
|
D | stm32l4xx_hal_sai.h | 86 FunctionalState Activation; /*!< Enable/disable PDM interface */
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_flash_ex.c | 118 static HAL_StatusTypeDef FLASH_OB_WRPConfig(FLASH_OBProgramInitTypeDef *pOBInit, FunctionalState N… 119 static void FLASH_OB_WRPConfigWRP1OrPCROP1(uint32_t WRP1OrPCROP1, FunctionalState New… 124 static void FLASH_OB_WRPConfigWRP2OrPCROP2(uint32_t WRP2OrPCROP2, FunctionalState New… 129 static void FLASH_OB_WRPConfigWRP3(uint32_t WRP3, FunctionalState NewState); 133 static void FLASH_OB_WRPConfigWRP4(uint32_t WRP4, FunctionalState NewState); 136 …TypeDef FLASH_OB_PCROPConfig(FLASH_AdvOBProgramInitTypeDef *pAdvOBInit, FunctionalState NewState); 1113 static HAL_StatusTypeDef FLASH_OB_WRPConfig(FLASH_OBProgramInitTypeDef *pOBInit, FunctionalState Ne… in FLASH_OB_WRPConfig() 1190 …usTypeDef FLASH_OB_PCROPConfig(FLASH_AdvOBProgramInitTypeDef *pAdvOBInit, FunctionalState NewState) in FLASH_OB_PCROPConfig() 1193 FunctionalState pcropstate = DISABLE; in FLASH_OB_PCROPConfig() 1244 static void FLASH_OB_WRPConfigWRP1OrPCROP1(uint32_t WRP1OrPCROP1, FunctionalState NewState) in FLASH_OB_WRPConfigWRP1OrPCROP1() [all …]
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_tsc.c | 321 if ((FunctionalState)htsc->Init.SpreadSpectrum == ENABLE) in HAL_TSC_Init() 695 if ((FunctionalState)htsc->Init.MaxCountInterrupt == ENABLE) in HAL_TSC_Start_IT() 931 if ((FunctionalState)choice == ENABLE) in HAL_TSC_IODischarge()
|
D | stm32l4xx_hal_dsi.c | 2226 HAL_StatusTypeDef HAL_DSI_SetSDD(DSI_HandleTypeDef *hdsi, FunctionalState State) in HAL_DSI_SetSDD() 2255 …nsConfiguration(DSI_HandleTypeDef *hdsi, uint32_t CustomLane, uint32_t Lane, FunctionalState State) in HAL_DSI_SetLanePinsConfiguration() 2341 HAL_StatusTypeDef HAL_DSI_SetPHYTimings(DSI_HandleTypeDef *hdsi, uint32_t Timing, FunctionalState S… in HAL_DSI_SetPHYTimings() 2488 HAL_StatusTypeDef HAL_DSI_ForceTXStopMode(DSI_HandleTypeDef *hdsi, uint32_t Lane, FunctionalState S… in HAL_DSI_ForceTXStopMode() 2530 HAL_StatusTypeDef HAL_DSI_ForceRXLowPower(DSI_HandleTypeDef *hdsi, FunctionalState State) in HAL_DSI_ForceRXLowPower() 2555 HAL_StatusTypeDef HAL_DSI_ForceDataLanesInRX(DSI_HandleTypeDef *hdsi, FunctionalState State) in HAL_DSI_ForceDataLanesInRX() 2580 HAL_StatusTypeDef HAL_DSI_SetPullDown(DSI_HandleTypeDef *hdsi, FunctionalState State) in HAL_DSI_SetPullDown() 2605 HAL_StatusTypeDef HAL_DSI_SetContentionDetectionOff(DSI_HandleTypeDef *hdsi, FunctionalState State) in HAL_DSI_SetContentionDetectionOff()
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l0xx.h | 186 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | stm32l0xx.h | 186 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l0xx.h | 186 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l1xx.h | 203 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l1xx.h | 203 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | stm32l1xx.h | 205 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | stm32l1xx.h | 205 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l4xx.h | 206 } FunctionalState; typedef
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_exti.h | 80 FunctionalState LineCommand; /*!< Specifies the new state of the selected EXTI lines.
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_exti.h | 80 FunctionalState LineCommand; /*!< Specifies the new state of the selected EXTI lines.
|