Searched refs:IS_I3C_DMASOURCEBYTE_VALUE (Results 1 – 6 of 6) sorted by relevance
3091 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_TransmitCCC_DMA()3585 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_ReceiveCCC_DMA()3624 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_ReceiveCCC_DMA()4091 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_Transmit_DMA()4535 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_Receive_DMA()4843 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_MultipleTransfer_DMA()4892 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_MultipleTransfer_DMA()5828 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Tgt_Transmit_DMA()6224 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Tgt_Receive_DMA()
3091 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_TransmitCCC_DMA()3585 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_ReceiveCCC_DMA()3624 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_ReceiveCCC_DMA()4091 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_Transmit_DMA()4535 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_Receive_DMA()4843 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_MultipleTransfer_DMA()4892 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Ctrl_MultipleTransfer_DMA()5831 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmatx->Init.SrcDataWidth)); in HAL_I3C_Tgt_Transmit_DMA()6230 assert_param(IS_I3C_DMASOURCEBYTE_VALUE(hi3c->hdmarx->Init.SrcDataWidth)); in HAL_I3C_Tgt_Receive_DMA()
1361 #define IS_I3C_DMASOURCEBYTE_VALUE(__VALUE__) ((__VALUE__) == DMA_SRC_DATAWIDTH_BYTE) macro