Searched refs:PendingReadMDB (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_i3c.h | 2046 __STATIC_INLINE void LL_I3C_SetPendingReadMDB(I3C_TypeDef *I3Cx, uint32_t PendingReadMDB) in LL_I3C_SetPendingReadMDB() argument 2048 MODIFY_REG(I3Cx->GETCAPR, I3C_GETCAPR_CAPPEND, PendingReadMDB); in LL_I3C_SetPendingReadMDB()
|
D | stm32n6xx_hal_i3c.h | 188 …FunctionalState PendingReadMDB; /*!< Specifies the Enable/Disable state of the transmission o… member
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_i3c.h | 2046 __STATIC_INLINE void LL_I3C_SetPendingReadMDB(I3C_TypeDef *I3Cx, uint32_t PendingReadMDB) in LL_I3C_SetPendingReadMDB() argument 2048 MODIFY_REG(I3Cx->GETCAPR, I3C_GETCAPR_CAPPEND, PendingReadMDB); in LL_I3C_SetPendingReadMDB()
|
D | stm32h5xx_hal_i3c.h | 188 …FunctionalState PendingReadMDB; /*!< Specifies the Enable/Disable state of the transmission o… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_i3c.h | 2049 __STATIC_INLINE void LL_I3C_SetPendingReadMDB(I3C_TypeDef *I3Cx, uint32_t PendingReadMDB) in LL_I3C_SetPendingReadMDB() argument 2051 MODIFY_REG(I3Cx->GETCAPR, I3C_GETCAPR_CAPPEND, PendingReadMDB); in LL_I3C_SetPendingReadMDB()
|
D | stm32h7rsxx_hal_i3c.h | 188 …FunctionalState PendingReadMDB; /*!< Specifies the Enable/Disable state of the transmission o… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 2003 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pConfig->PendingReadMDB)); in HAL_I3C_Tgt_Config() 2044 …LL_I3C_SetPendingReadMDB(hi3c->Instance, ((uint32_t)pConfig->PendingReadMDB << I3C_GETCAPR_CAPPEND… in HAL_I3C_Tgt_Config()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 2003 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pConfig->PendingReadMDB)); in HAL_I3C_Tgt_Config() 2044 …LL_I3C_SetPendingReadMDB(hi3c->Instance, ((uint32_t)pConfig->PendingReadMDB << I3C_GETCAPR_CAPPEND… in HAL_I3C_Tgt_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 2003 assert_param(IS_I3C_FUNCTIONALSTATE_VALUE(pConfig->PendingReadMDB)); in HAL_I3C_Tgt_Config() 2044 …LL_I3C_SetPendingReadMDB(hi3c->Instance, ((uint32_t)pConfig->PendingReadMDB << I3C_GETCAPR_CAPPEND… in HAL_I3C_Tgt_Config()
|