Searched refs:p_properties (Results 1 – 4 of 4) sorted by relevance
371 …rr_t R_DTC_InfoGet (transfer_ctrl_t * const p_api_ctrl, transfer_properties_t * const p_properties) in R_DTC_InfoGet() argument378 FSP_ASSERT(NULL != p_properties); in R_DTC_InfoGet()383 p_properties->block_count_max = 0U; in R_DTC_InfoGet()384 p_properties->block_count_remaining = 0U; in R_DTC_InfoGet()391 p_properties->transfer_length_max = DTC_MAX_REPEAT_TRANSFER_LENGTH; in R_DTC_InfoGet()392 p_properties->transfer_length_remaining = p_info->length & DTC_PRV_MASK_CRAL; in R_DTC_InfoGet()396 p_properties->block_count_max = DTC_MAX_BLOCK_COUNT; in R_DTC_InfoGet()397 p_properties->block_count_remaining = p_info->num_blocks; in R_DTC_InfoGet()402 p_properties->transfer_length_max = DTC_MAX_NORMAL_TRANSFER_LENGTH; in R_DTC_InfoGet()403 p_properties->transfer_length_remaining = p_info->length; in R_DTC_InfoGet()
82 …rr_t R_DTC_InfoGet(transfer_ctrl_t * const p_api_ctrl, transfer_properties_t * const p_properties);
352 … fsp_err_t (* infoGet)(transfer_ctrl_t * const p_ctrl, transfer_properties_t * const p_properties);
342 … fsp_err_t (* infoGet)(transfer_ctrl_t * const p_ctrl, transfer_properties_t * const p_properties);