Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_opamp.c171 assert_param(IS_LL_OPAMP_FUNCTIONAL_MODE(OPAMP_InitStruct->FunctionalMode)); in LL_OPAMP_Init()
177 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
188 if(OPAMP_InitStruct->FunctionalMode != LL_OPAMP_MODE_FOLLOWER) in LL_OPAMP_Init()
206 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
232 | OPAMP_InitStruct->FunctionalMode in LL_OPAMP_Init()
253 OPAMP_InitStruct->FunctionalMode = LL_OPAMP_MODE_FOLLOWER; in LL_OPAMP_StructInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_opamp.h147 …uint32_t FunctionalMode; /*!< Set OPAMP functional mode by setting internal connectio… member
530 __STATIC_INLINE void LL_OPAMP_SetFunctionalMode(OPAMP_TypeDef *OPAMPx, uint32_t FunctionalMode) in LL_OPAMP_SetFunctionalMode() argument
535 FunctionalMode << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)); in LL_OPAMP_SetFunctionalMode()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp_ptp.c186 dev_info->FunctionalMode = PTP_LE16(&data[PTP_di_FunctionalMode + totallen]); in PTP_DecodeDeviceInfo()
A Dusbh_mtp_ptp.h191 uint16_t FunctionalMode; member
A Dusbh_mtp.c206 …SW_LOG_INFO(" Functional mode : %s", USBH_MTP_Info.devinfo.FunctionalMode == 0 ? "Standard" : "V… in USBH_MTP_Process()

Completed in 15 milliseconds