Home
last modified time | relevance | path

Searched refs:FunctionalState (Results 1 – 24 of 24) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_can.h95 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.
185FunctionalState TransmitGlobalTime; /*!< Specifies whether the timestamp counter value captured on…
Dstm32l4xx_hal_dsi.h1176 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);
Dstm32l4xx_hal_adc.h134FunctionalState LowPowerAutoWait; /*!< Select the dynamic low power Auto Delay: new conversion sta…
146FunctionalState ContinuousConvMode; /*!< Specify whether the conversion is performed in single mod…
156FunctionalState DiscontinuousConvMode; /*!< Specify whether the conversions sequence of ADC group …
175FunctionalState DMAContinuousRequests; /*!< Specify whether the DMA requests are performed in one …
191FunctionalState OversamplingMode; /*!< Specify whether the oversampling feature is enabled o…
287FunctionalState ITMode; /*!< Specify whether the analog watchdog is configured in interrupt or…
Dstm32l4xx_hal_dfsdm.h80 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 */
Dstm32l4xx_hal_dma_ex.h78 FunctionalState SyncEnable; /*!< Specifies if the synchronization shall be enabled or disabled
82FunctionalState EventEnable; /*!< Specifies if an event shall be generated once the RequestNumb…
Dstm32l4xx_hal_tsc.h686 #define IS_TSC_SS(__VALUE__) (((FunctionalState)(__VALUE__) == DISABLE) || ((FunctionalS…
715 #define IS_TSC_MCE_IT(__VALUE__) (((FunctionalState)(__VALUE__) == DISABLE) || ((FunctionalS…
Dstm32l4xx_hal_adc_ex.h139FunctionalState InjectedDiscontinuousConvMode; /*!< Specifies whether the conversions sequence of …
149FunctionalState AutoInjectedConv; /*!< Enables or disables the selected ADC group injected a…
158FunctionalState QueueInjectedContext; /*!< Specifies whether the context queue feature is enable…
181FunctionalState InjecOversamplingMode; /*!< Specifies whether the oversampling feature is …
Dstm32l4xx_hal_gfxmmu.h87 FunctionalState Activation; /*!< Interrupts enable/disable */
Dstm32l4xx_hal_nand.h120 FunctionalState ExtraCommandEnable; /*!< NAND extra command needed for Page reading mode. This
Dstm32l4xx_ll_exti.h83 FunctionalState LineCommand; /*!< Specifies the new state of the selected EXTI lines.
Dstm32l4xx_hal_sai.h86 FunctionalState Activation; /*!< Enable/disable PDM interface */
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c118 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/
Dstm32l4xx_hal_tsc.c321 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()
Dstm32l4xx_hal_dsi.c2226 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/
Dstm32l0xx.h186 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l0xx.h186 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l0xx.h186 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l1xx.h203 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l1xx.h203 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l1xx.h205 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l1xx.h205 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l4xx.h206 } FunctionalState; typedef
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_exti.h80 FunctionalState LineCommand; /*!< Specifies the new state of the selected EXTI lines.
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_exti.h80 FunctionalState LineCommand; /*!< Specifies the new state of the selected EXTI lines.