Home
last modified time | relevance | path

Searched refs:p_properties (Results 1 – 4 of 4) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_dtc/
Dr_dtc.c371 …rr_t R_DTC_InfoGet (transfer_ctrl_t * const p_api_ctrl, transfer_properties_t * const p_properties) in R_DTC_InfoGet() argument
378 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()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_dtc.h82 …rr_t R_DTC_InfoGet(transfer_ctrl_t * const p_api_ctrl, transfer_properties_t * const p_properties);
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_transfer_api.h352 … fsp_err_t (* infoGet)(transfer_ctrl_t * const p_ctrl, transfer_properties_t * const p_properties);
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_transfer_api.h342 … fsp_err_t (* infoGet)(transfer_ctrl_t * const p_ctrl, transfer_properties_t * const p_properties);