/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_pwr_ex.c | 98 *(__IO uint32_t *) CR_FWU_BB = (uint32_t)ENABLE; in HAL_PWREx_EnableFastWakeUp() 118 *(__IO uint32_t *) CR_ULP_BB = (uint32_t)ENABLE; in HAL_PWREx_EnableUltraLowPower() 144 *(__IO uint32_t *) CR_LPSDSR_BB = (uint32_t)ENABLE; in HAL_PWREx_EnableLowPowerRunMode() 145 *(__IO uint32_t *) CR_LPRUN_BB = (uint32_t)ENABLE; in HAL_PWREx_EnableLowPowerRunMode()
|
D | stm32l1xx_hal_pwr.c | 117 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)ENABLE; in HAL_PWR_EnableBkUpAccess() 400 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)ENABLE; in HAL_PWR_EnablePVD() 427 *(__IO uint32_t *) CSR_EWUP_BB(WakeUpPinx) = (uint32_t)ENABLE; in HAL_PWR_EnableWakeUpPin()
|
D | stm32l1xx_hal_rcc_ex.c | 362 *(__IO uint32_t *) CSR_LSECSSON_BB = (uint32_t)ENABLE; in HAL_RCCEx_EnableLSECSS() 390 *(__IO uint32_t *) CSR_LSECSSON_BB = (uint32_t)ENABLE; in HAL_RCCEx_EnableLSECSS_IT()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_sdmmc.h | 548 #define __SDIO_ENABLE() (*(__IO uint32_t *)CLKCR_CLKEN_BB = ENABLE) 560 #define __SDIO_DMA_ENABLE() (*(__IO uint32_t *)DCTRL_DMAEN_BB = ENABLE) 752 #define __SDIO_START_READWAIT_ENABLE() (*(__IO uint32_t *) DCTRL_RWSTART_BB = ENABLE) 764 #define __SDIO_STOP_READWAIT_ENABLE() (*(__IO uint32_t *) DCTRL_RWSTOP_BB = ENABLE) 776 #define __SDIO_OPERATION_ENABLE() (*(__IO uint32_t *) DCTRL_SDIOEN_BB = ENABLE) 788 #define __SDIO_SUSPEND_CMD_ENABLE() (*(__IO uint32_t *) CMD_SDIOSUSPEND_BB = ENABLE) 800 #define __SDIO_CEATA_CMD_COMPLETION_ENABLE() (*(__IO uint32_t *) CMD_ENCMDCOMPL_BB = ENABLE) 824 #define __SDIO_CEATA_SENDCMD_ENABLE() (*(__IO uint32_t *) CMD_ATACMD_BB = ENABLE)
|
/loramac-node-latest/src/boards/SKiM881AXL/cmsis/ |
D | stm32l0xx.h | 185 ENABLE = !DISABLE enumerator 187 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l0xx.h | 185 ENABLE = !DISABLE enumerator 187 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/NucleoL073/cmsis/ |
D | stm32l0xx.h | 185 ENABLE = !DISABLE enumerator 187 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/SKiM880B/cmsis/ |
D | stm32l1xx.h | 204 ENABLE = !DISABLE enumerator 206 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/NAMote72/cmsis/ |
D | stm32l1xx.h | 202 ENABLE = !DISABLE enumerator 204 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/SKiM980A/cmsis/ |
D | stm32l1xx.h | 204 ENABLE = !DISABLE enumerator 206 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/NucleoL152/cmsis/ |
D | stm32l1xx.h | 202 ENABLE = !DISABLE enumerator 204 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/NucleoL476/cmsis/ |
D | stm32l4xx.h | 205 ENABLE = !DISABLE enumerator 207 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE))
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_dma_ex.h | 263 #define IS_DMAMUX_SYNC_STATE(SYNC) (((SYNC) == DISABLE) || ((SYNC) == ENABLE)) 266 ((EVENT) == ENABLE))
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_pcd_ex.c | 142 hpcd->battery_charging_active = ENABLE; in HAL_PCDEx_ActivateBCD() 239 hpcd->lpm_active = ENABLE; in HAL_PCDEx_ActivateLPM()
|
D | stm32l0xx_hal_adc.c | 502 if (hadc->Init.DiscontinuousConvMode == ENABLE) in HAL_ADC_Init() 523 if (hadc->Init.OversamplingMode == ENABLE) in HAL_ADC_Init() 779 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start() 1108 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_IT() 1239 if (hadc->Init.LowPowerAutoPowerOff != ENABLE) in HAL_ADC_Start_DMA() 1480 if (hadc->Init.LowPowerAutoWait != ENABLE) in HAL_ADC_IRQHandler() 1784 if(AnalogWDGConfig->ITMode == ENABLE) in HAL_ADC_AnalogWDGConfig()
|
D | stm32l0xx_hal_tsc.c | 212 if (htsc->Init.SpreadSpectrum == ENABLE) in HAL_TSC_Init() 395 if (htsc->Init.MaxCountInterrupt == ENABLE) in HAL_TSC_Start_IT() 600 if (choice == ENABLE) in HAL_TSC_IODischarge()
|
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/ |
D | opamp.h | 46 uint8_t ENABLE:1; /*!< bit: 1 Enable */ member 101 uint32_t ENABLE:1; /*!< bit: 1 Operational Amplifier Enable */ member
|
D | oscctrl.h | 250 uint16_t ENABLE:1; /*!< bit: 1 Oscillator Enable */ member 289 uint8_t ENABLE:1; /*!< bit: 1 Oscillator Enable */ member 326 uint16_t ENABLE:1; /*!< bit: 1 DFLL Enable */ member 445 uint8_t ENABLE:1; /*!< bit: 1 Enable */ member 562 uint8_t ENABLE:1; /*!< bit: 1 DPLL Enable Synchronization Status */ member
|
D | ccl.h | 46 uint8_t ENABLE:1; /*!< bit: 1 Enable */ member 100 uint32_t ENABLE:1; /*!< bit: 1 LUT Enable */ member
|
D | dac.h | 46 uint8_t ENABLE:1; /*!< bit: 1 Enable DAC Controller */ member 297 uint32_t ENABLE:1; /*!< bit: 1 DAC Enable Status */ member 342 uint16_t ENABLE:1; /*!< bit: 1 Enable DAC0 */ member
|
D | sercom.h | 46 uint32_t ENABLE:1; /*!< bit: 1 Enable */ member 105 uint32_t ENABLE:1; /*!< bit: 1 Enable */ member 159 uint32_t ENABLE:1; /*!< bit: 1 Enable */ member 215 uint32_t ENABLE:1; /*!< bit: 1 Enable */ member 1038 uint32_t ENABLE:1; /*!< bit: 1 SERCOM Enable Synchronization Busy */ member 1062 uint32_t ENABLE:1; /*!< bit: 1 SERCOM Enable Synchronization Busy */ member 1083 uint32_t ENABLE:1; /*!< bit: 1 SERCOM Enable Synchronization Busy */ member 1107 uint32_t ENABLE:1; /*!< bit: 1 SERCOM Enable Synchronization Busy */ member
|
D | osc32kctrl.h | 161 uint32_t ENABLE:1; /*!< bit: 1 Oscillator Enable */ member 204 uint32_t ENABLE:1; /*!< bit: 1 Oscillator Enable */ member
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_adc.c | 456 if(hadc->Init.DiscontinuousConvMode == ENABLE) in HAL_ADC_Init() 463 …ssert_param(!((hadc->Init.DiscontinuousConvMode == ENABLE) && (hadc->Init.ContinuousConvMode == EN… in HAL_ADC_Init() 600 if (hadc->Init.DiscontinuousConvMode == ENABLE) in HAL_ADC_Init() 638 if (hadc->Init.OversamplingMode == ENABLE) in HAL_ADC_Init() 2734 …_param(!((sConfig->OffsetNumber != ADC_OFFSET_NONE) && (hadc->Init.OversamplingMode == ENABLE))); in HAL_ADC_ConfigChannel() 2973 if (hadc->Init.OversamplingMode == ENABLE) in HAL_ADC_AnalogWDGConfig() 3058 if(AnalogWDGConfig->ITMode == ENABLE) in HAL_ADC_AnalogWDGConfig() 3118 if(AnalogWDGConfig->ITMode == ENABLE) in HAL_ADC_AnalogWDGConfig() 3140 if(AnalogWDGConfig->ITMode == ENABLE) in HAL_ADC_AnalogWDGConfig() 3272 && (hadc->Init.ContinuousConvMode == ENABLE) in ADC_ConversionStop() [all …]
|
D | stm32l4xx_hal_adc_ex.c | 1685 …>InjectedOffsetNumber != ADC_OFFSET_NONE) && (sConfigInjected->InjecOversamplingMode == ENABLE))); in HAL_ADCEx_InjectedConfigChannel() 1688 …ConfigInjected->InjectedDiscontinuousConvMode == ENABLE) && (sConfigInjected->AutoInjectedConv == … in HAL_ADCEx_InjectedConfigChannel() 1691 …ert_param(!((hadc->Init.DiscontinuousConvMode == ENABLE) && (sConfigInjected->AutoInjectedConv == … in HAL_ADCEx_InjectedConfigChannel() 1879 if (sConfigInjected->AutoInjectedConv == ENABLE) in HAL_ADCEx_InjectedConfigChannel() 1892 if (sConfigInjected->AutoInjectedConv == ENABLE) in HAL_ADCEx_InjectedConfigChannel() 1905 if (sConfigInjected->InjecOversamplingMode == ENABLE) in HAL_ADCEx_InjectedConfigChannel()
|
D | stm32l4xx_hal_dfsdm.c | 416 if (hdfsdm_channel->Init.OutputClock.Activation == ENABLE) in HAL_DFSDM_ChannelInit() 1322 if (hdfsdm_filter->Init.RegularParam.FastMode == ENABLE) in HAL_DFSDM_FilterInit() 1331 if (hdfsdm_filter->Init.RegularParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit() 1349 if (hdfsdm_filter->Init.InjectedParam.ScanMode == ENABLE) in HAL_DFSDM_FilterInit() 1358 if (hdfsdm_filter->Init.InjectedParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit() 1781 hdfsdm_filter->InjConvRemaining = (hdfsdm_filter->InjectedScanMode == ENABLE) ? \ in HAL_DFSDM_FilterConfigInjChannel() 2333 hdfsdm_filter->InjConvRemaining = (hdfsdm_filter->InjectedScanMode == ENABLE) ? \ in HAL_DFSDM_FilterPollForInjConversion() 2991 hdfsdm_filter->InjConvRemaining = (hdfsdm_filter->InjectedScanMode == ENABLE) ? \ in HAL_DFSDM_IRQHandler() 3442 hdfsdm_filter->InjConvRemaining = (hdfsdm_filter->InjectedScanMode == ENABLE) ? \ in DFSDM_RegConvStart() 3478 hdfsdm_filter->InjConvRemaining = (hdfsdm_filter->InjectedScanMode == ENABLE) ? \ in DFSDM_RegConvStop() [all …]
|