Home
last modified time | relevance | path

Searched refs:FunctionalMode (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_opamp.c154 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
161 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
172 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
182 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
216 OPAMP_InitStruct->FunctionalMode = LL_OPAMP_MODE_FOLLOWER; in LL_OPAMP_StructInit()
Dstm32l4xx_hal_qspi.c277 …tic void QSPI_Config(QSPI_HandleTypeDef *hqspi, QSPI_CommandTypeDef *cmd, uint32_t FunctionalMode);
2673 …atic void QSPI_Config(QSPI_HandleTypeDef *hqspi, QSPI_CommandTypeDef *cmd, uint32_t FunctionalMode) in QSPI_Config() argument
2675 assert_param(IS_QSPI_FUNCTIONAL_MODE(FunctionalMode)); in QSPI_Config()
2677 if ((cmd->DataMode != QSPI_DATA_NONE) && (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED)) in QSPI_Config()
2698 cmd->Instruction | FunctionalMode)); in QSPI_Config()
2700 if (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED) in QSPI_Config()
2714 cmd->Instruction | FunctionalMode)); in QSPI_Config()
2726 cmd->InstructionMode | cmd->Instruction | FunctionalMode)); in QSPI_Config()
2728 if (FunctionalMode != QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED) in QSPI_Config()
2741 cmd->InstructionMode | cmd->Instruction | FunctionalMode)); in QSPI_Config()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_opamp.c187 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
193 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
204 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
222 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
248 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
269 OPAMP_InitStruct->FunctionalMode = LL_OPAMP_MODE_FOLLOWER; in LL_OPAMP_StructInit()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_opamp.h131 …uint32_t FunctionalMode; /*!< Set OPAMP functional mode by setting internal connectio… member
510 __STATIC_INLINE void LL_OPAMP_SetFunctionalMode(OPAMP_TypeDef *OPAMPx, uint32_t FunctionalMode) in LL_OPAMP_SetFunctionalMode() argument
513 MODIFY_REG(OPAMPx->CSR, OPAMP_CSR_OPAMODE | OPAMP_CSR_CALON, FunctionalMode); in LL_OPAMP_SetFunctionalMode()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_opamp.h163 …uint32_t FunctionalMode; /*!< Set OPAMP functional mode by setting internal connectio… member
540 __STATIC_INLINE void LL_OPAMP_SetFunctionalMode(OPAMP_TypeDef *OPAMPx, uint32_t FunctionalMode) in LL_OPAMP_SetFunctionalMode() argument
545 FunctionalMode << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)); in LL_OPAMP_SetFunctionalMode()