Searched refs:FunctionalMode (Results 1 – 5 of 5) sorted by relevance
171 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()
147 …uint32_t FunctionalMode; /*!< Set OPAMP functional mode by setting internal connectio… member530 __STATIC_INLINE void LL_OPAMP_SetFunctionalMode(OPAMP_TypeDef *OPAMPx, uint32_t FunctionalMode) in LL_OPAMP_SetFunctionalMode() argument535 FunctionalMode << __OPAMP_INSTANCE_BITOFFSET(OPAMPx)); in LL_OPAMP_SetFunctionalMode()
186 dev_info->FunctionalMode = PTP_LE16(&data[PTP_di_FunctionalMode + totallen]); in PTP_DecodeDeviceInfo()
191 uint16_t FunctionalMode; member
206 …SW_LOG_INFO(" Functional mode : %s", USBH_MTP_Info.devinfo.FunctionalMode == 0 ? "Standard" : "V… in USBH_MTP_Process()
Completed in 15 milliseconds