Home
last modified time | relevance | path

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

/hal_stm32-latest/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
349 FunctionalState IBIPayload; /*!< IBI payload data */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_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
349 FunctionalState IBIPayload; /*!< IBI payload data */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_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
349 FunctionalState IBIPayload; /*!< IBI payload data */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c2004 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pConfig->IBIPayload)); in HAL_I3C_Tgt_Config()
2048 ((uint32_t)pConfig->IBIPayload << I3C_BCR_BCR2_Pos) | in HAL_I3C_Tgt_Config()
2125 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pDesc[index].IBIPayload)); in HAL_I3C_Ctrl_ConfigBusDevices()
2132 ((uint32_t)pDesc[index].IBIPayload << I3C_DEVRX_IBIDEN_Pos)); in HAL_I3C_Ctrl_ConfigBusDevices()
7126 pENTDAA_payload->BCR.IBIPayload = __HAL_I3C_GET_IBI_PAYLOAD(BCR); in HAL_I3C_Get_ENTDAA_Payload_Info()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i3c.c2004 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pConfig->IBIPayload)); in HAL_I3C_Tgt_Config()
2048 ((uint32_t)pConfig->IBIPayload << I3C_BCR_BCR2_Pos) | in HAL_I3C_Tgt_Config()
2125 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pDesc[index].IBIPayload)); in HAL_I3C_Ctrl_ConfigBusDevices()
2132 ((uint32_t)pDesc[index].IBIPayload << I3C_DEVRX_IBIDEN_Pos)); in HAL_I3C_Ctrl_ConfigBusDevices()
7132 pENTDAA_payload->BCR.IBIPayload = __HAL_I3C_GET_IBI_PAYLOAD(BCR); in HAL_I3C_Get_ENTDAA_Payload_Info()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c2004 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pConfig->IBIPayload)); in HAL_I3C_Tgt_Config()
2048 ((uint32_t)pConfig->IBIPayload << I3C_BCR_BCR2_Pos) | in HAL_I3C_Tgt_Config()
2125 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pDesc[index].IBIPayload)); in HAL_I3C_Ctrl_ConfigBusDevices()
2132 ((uint32_t)pDesc[index].IBIPayload << I3C_DEVRX_IBIDEN_Pos)); in HAL_I3C_Ctrl_ConfigBusDevices()
7126 pENTDAA_payload->BCR.IBIPayload = __HAL_I3C_GET_IBI_PAYLOAD(BCR); in HAL_I3C_Get_ENTDAA_Payload_Info()