Searched refs:option (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 557 …StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option); 568 uint32_t option); 2165 uint32_t option) in HAL_I3C_AddDescToFrame() argument 2189 if (((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) || in HAL_I3C_AddDescToFrame() 2190 ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT)) in HAL_I3C_AddDescToFrame() 2196 (((option & (I3C_OPERATION_TYPE_MASK | I3C_DEFINE_BYTE_MASK)) == \ in HAL_I3C_AddDescToFrame() 2219 if (I3C_ControlBuffer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 2226 if (I3C_Xfer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 8943 …_StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option) in I3C_Xfer_PriorPreparation() argument 8955 if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT) in I3C_Xfer_PriorPreparation() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i3c.c | 557 …StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option); 568 uint32_t option); 2165 uint32_t option) in HAL_I3C_AddDescToFrame() argument 2189 if (((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) || in HAL_I3C_AddDescToFrame() 2190 ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT)) in HAL_I3C_AddDescToFrame() 2196 (((option & (I3C_OPERATION_TYPE_MASK | I3C_DEFINE_BYTE_MASK)) == \ in HAL_I3C_AddDescToFrame() 2219 if (I3C_ControlBuffer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 2226 if (I3C_Xfer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 8949 …_StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option) in I3C_Xfer_PriorPreparation() argument 8961 if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT) in I3C_Xfer_PriorPreparation() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i3c.c | 557 …StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option); 568 uint32_t option); 2165 uint32_t option) in HAL_I3C_AddDescToFrame() argument 2189 if (((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_CCC) || in HAL_I3C_AddDescToFrame() 2190 ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT)) in HAL_I3C_AddDescToFrame() 2196 (((option & (I3C_OPERATION_TYPE_MASK | I3C_DEFINE_BYTE_MASK)) == \ in HAL_I3C_AddDescToFrame() 2219 if (I3C_ControlBuffer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 2226 if (I3C_Xfer_PriorPreparation(hi3c, nbFrame, option) != HAL_OK) in HAL_I3C_AddDescToFrame() 8943 …_StatusTypeDef I3C_Xfer_PriorPreparation(I3C_HandleTypeDef *hi3c, uint8_t counter, uint32_t option) in I3C_Xfer_PriorPreparation() argument 8955 if ((option & I3C_OPERATION_TYPE_MASK) == LL_I3C_CONTROLLER_MTYPE_DIRECT) in I3C_Xfer_PriorPreparation() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_i3c.h | 1151 uint32_t option);
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_i3c.h | 1151 uint32_t option);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_i3c.h | 1151 uint32_t option);
|