Home
last modified time | relevance | path

Searched refs:IS_FMPI2C_ALL_PERIPH (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_fmpi2c.c149 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_DeInit()
173 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_Init()
276 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_Cmd()
299 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_SoftwareResetCmd()
331 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_ITConfig()
357 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_StretchClockCmd()
382 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_StopModeCmd()
407 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_DualAddressCmd()
443 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_OwnAddress2Config()
471 assert_param(IS_FMPI2C_ALL_PERIPH(FMPI2Cx)); in FMPI2C_GeneralCallCmd()
[all …]
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_fmpi2c.h86 #define IS_FMPI2C_ALL_PERIPH(PERIPH) ((PERIPH) == FMPI2C1) macro

Completed in 10 milliseconds