/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_i3c.h | 2134 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_HOFFAS, HandoffActivityState); in LL_I3C_SetHandoffActivityState() 2149 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_HOFFAS)); in LL_I3C_GetHandoffActivityState() 2166 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT, MaxDataSpeedFormat); in LL_I3C_SetMaxDataSpeedFormat() 2181 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT)); in LL_I3C_GetMaxDataSpeedFormat() 2194 …MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_RDTURN, (MiddleByteTurnAround << I3C_GETMXDSR_RDTURN_Pos)); in LL_I3C_SetMiddleByteTurnAround() 2205 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_RDTURN)); in LL_I3C_GetMiddleByteTurnAround() 2220 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_TSCO, DataTurnAroundTime); in LL_I3C_SetDataTurnAroundTime() 2233 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_TSCO)); in LL_I3C_GetDataTurnAroundTime()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_i3c.h | 2134 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_HOFFAS, HandoffActivityState); in LL_I3C_SetHandoffActivityState() 2149 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_HOFFAS)); in LL_I3C_GetHandoffActivityState() 2166 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT, MaxDataSpeedFormat); in LL_I3C_SetMaxDataSpeedFormat() 2181 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT)); in LL_I3C_GetMaxDataSpeedFormat() 2194 …MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_RDTURN, (MiddleByteTurnAround << I3C_GETMXDSR_RDTURN_Pos)); in LL_I3C_SetMiddleByteTurnAround() 2205 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_RDTURN)); in LL_I3C_GetMiddleByteTurnAround() 2220 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_TSCO, DataTurnAroundTime); in LL_I3C_SetDataTurnAroundTime() 2233 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_TSCO)); in LL_I3C_GetDataTurnAroundTime()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_i3c.h | 2137 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_HOFFAS, HandoffActivityState); in LL_I3C_SetHandoffActivityState() 2152 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_HOFFAS)); in LL_I3C_GetHandoffActivityState() 2169 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT, MaxDataSpeedFormat); in LL_I3C_SetMaxDataSpeedFormat() 2184 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_FMT)); in LL_I3C_GetMaxDataSpeedFormat() 2197 …MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_RDTURN, (MiddleByteTurnAround << I3C_GETMXDSR_RDTURN_Pos)); in LL_I3C_SetMiddleByteTurnAround() 2208 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_RDTURN)); in LL_I3C_GetMiddleByteTurnAround() 2223 MODIFY_REG(I3Cx->GETMXDSR, I3C_GETMXDSR_TSCO, DataTurnAroundTime); in LL_I3C_SetDataTurnAroundTime() 2236 return (uint32_t)(READ_BIT(I3Cx->GETMXDSR, I3C_GETMXDSR_TSCO)); in LL_I3C_GetDataTurnAroundTime()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 2019 WRITE_REG(hi3c->Instance->GETMXDSR, getmxdsr_value); in HAL_I3C_Tgt_Config()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 2019 WRITE_REG(hi3c->Instance->GETMXDSR, getmxdsr_value); in HAL_I3C_Tgt_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 2019 WRITE_REG(hi3c->Instance->GETMXDSR, getmxdsr_value); in HAL_I3C_Tgt_Config()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 276 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h523xx.h | 305 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h562xx.h | 324 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h533xx.h | 308 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h573xx.h | 332 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h563xx.h | 329 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1074 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h7s7xx.h | 1129 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h7s3xx.h | 1122 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32h7r7xx.h | 1079 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 1539 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32n657xx.h | 1616 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32n655xx.h | 1588 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|
D | stm32n647xx.h | 1567 …__IO uint32_t GETMXDSR; /*!< I3C GET Max Data Speed register, Address offset: 0xD0… member
|