Searched refs:FMPI2C_InitStruct (Results 1 – 2 of 2) sorted by relevance
176 assert_param(IS_FMPI2C_MODE(FMPI2C_InitStruct->FMPI2C_Mode)); in FMPI2C_Init()178 assert_param(IS_FMPI2C_ACK(FMPI2C_InitStruct->FMPI2C_Ack)); in FMPI2C_Init()192 …tmpreg |= (uint32_t)FMPI2C_InitStruct->FMPI2C_AnalogFilter |(FMPI2C_InitStruct->FMPI2C_DigitalFilt… in FMPI2C_Init()226 tmpreg = FMPI2C_InitStruct->FMPI2C_Mode; in FMPI2C_Init()237 tmpreg |= FMPI2C_InitStruct->FMPI2C_Ack; in FMPI2C_Init()247 void FMPI2C_StructInit(FMPI2C_InitTypeDef* FMPI2C_InitStruct) in FMPI2C_StructInit() argument251 FMPI2C_InitStruct->FMPI2C_Timing = 0; in FMPI2C_StructInit()255 FMPI2C_InitStruct->FMPI2C_DigitalFilter = 0; in FMPI2C_StructInit()257 FMPI2C_InitStruct->FMPI2C_Mode = FMPI2C_Mode_FMPI2C; in FMPI2C_StructInit()259 FMPI2C_InitStruct->FMPI2C_OwnAddress1 = 0; in FMPI2C_StructInit()[all …]
407 void FMPI2C_Init(FMPI2C_TypeDef* FMPI2Cx, FMPI2C_InitTypeDef* FMPI2C_InitStruct);408 void FMPI2C_StructInit(FMPI2C_InitTypeDef* FMPI2C_InitStruct);
Completed in 11 milliseconds