Home
last modified time | relevance | path

Searched refs:IS_I3C_ALL_INSTANCE (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c640 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Init()
762 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_DeInit()
1283 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_ActivateNotification()
1370 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_DeactivateNotification()
1700 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_BusCharacteristicConfig()
1778 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Tgt_BusCharacteristicConfig()
1840 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_SetConfigFifo()
1893 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_Config()
1978 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Tgt_Config()
2112 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_ConfigBusDevices()
[all …]
Dstm32n6xx_ll_i3c.c80 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_DeInit()
123 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i3c.c640 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Init()
762 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_DeInit()
1283 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_ActivateNotification()
1370 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_DeactivateNotification()
1700 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_BusCharacteristicConfig()
1778 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Tgt_BusCharacteristicConfig()
1840 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_SetConfigFifo()
1893 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_Config()
1978 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Tgt_Config()
2112 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_ConfigBusDevices()
[all …]
Dstm32h7rsxx_ll_i3c.c80 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_DeInit()
110 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c640 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Init()
762 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_DeInit()
1283 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_ActivateNotification()
1370 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_DeactivateNotification()
1700 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_BusCharacteristicConfig()
1778 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Tgt_BusCharacteristicConfig()
1840 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_SetConfigFifo()
1893 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_Config()
1978 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Tgt_Config()
2112 assert_param(IS_I3C_ALL_INSTANCE(hi3c->Instance)); in HAL_I3C_Ctrl_ConfigBusDevices()
[all …]
Dstm32h5xx_ll_i3c.c80 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_DeInit()
125 assert_param(IS_I3C_ALL_INSTANCE(I3Cx)); in LL_I3C_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h13285 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || ((INSTANCE) == I3C2_NS)) macro
Dstm32h523xx.h19640 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || ((INSTANCE) == I3C1_S) || \ macro
Dstm32h562xx.h21192 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || ((INSTANCE) == I3C1_S)) macro
Dstm32h533xx.h20239 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || ((INSTANCE) == I3C1_S) || \ macro
Dstm32h573xx.h23925 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || ((INSTANCE) == I3C1_S)) macro
Dstm32h563xx.h23326 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || ((INSTANCE) == I3C1_S)) macro
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h39826 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_S) || ((INSTANCE) == I3C1_NS) || \ macro
40710 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || \ macro
Dstm32n657xx.h41468 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_S) || ((INSTANCE) == I3C1_NS) || \ macro
42360 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || \ macro
Dstm32n655xx.h41076 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_S) || ((INSTANCE) == I3C1_NS) || \ macro
41965 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || \ macro
Dstm32n647xx.h40218 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_S) || ((INSTANCE) == I3C1_NS) || \ macro
41105 #define IS_I3C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I3C1_NS) || \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h22772 #define IS_I3C_ALL_INSTANCE(INSTANCE) ((INSTANCE) == I3C1) macro
Dstm32h7s7xx.h24090 #define IS_I3C_ALL_INSTANCE(INSTANCE) ((INSTANCE) == I3C1) macro
Dstm32h7s3xx.h23655 #define IS_I3C_ALL_INSTANCE(INSTANCE) ((INSTANCE) == I3C1) macro
Dstm32h7r7xx.h23205 #define IS_I3C_ALL_INSTANCE(INSTANCE) ((INSTANCE) == I3C1) macro