Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h149 …FunctionalState IBIPayload; /*!< Specifies the Enable/Disable state of sending data paylo… member
212 …FunctionalState IBIPayload; /*!< Specifies the Enable/Disable state of the controller's rec… member
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c1866 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pConfig->IBIPayload)); in HAL_I3C_Tgt_Config()
1910 ((uint32_t)pConfig->IBIPayload << I3C_BCR_BCR2_Pos) | in HAL_I3C_Tgt_Config()
1987 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pDesc[index].IBIPayload)); in HAL_I3C_Ctrl_ConfigBusDevices()
1994 ((uint32_t)pDesc[index].IBIPayload << I3C_DEVRX_IBIDEN_Pos)); in HAL_I3C_Ctrl_ConfigBusDevices()