Home
last modified time | relevance | path

Searched refs:p_adc_info (Results 1 – 6 of 6) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_adc_c/
Dr_adc_c.c429 fsp_err_t R_ADC_C_InfoGet (adc_ctrl_t * p_ctrl, adc_info_t * p_adc_info) in R_ADC_C_InfoGet() argument
437 FSP_ASSERT(NULL != p_adc_info); in R_ADC_C_InfoGet()
448 p_adc_info->length = ADC_C_DATA_SIZE_BUFFER_MODE_4; in R_ADC_C_InfoGet()
449 p_adc_info->p_address = &p_instance_ctrl->p_reg->ADCR0; in R_ADC_C_InfoGet()
459 p_adc_info->p_address = (uint32_t *) (&p_instance_ctrl->p_reg->ADCR0 + lowest_channel); in R_ADC_C_InfoGet()
466 p_adc_info->length = (uint32_t) ((highest_channel - lowest_channel) + 1); in R_ADC_C_InfoGet()
471 p_adc_info->length = 0U; in R_ADC_C_InfoGet()
475 p_adc_info->transfer_size = TRANSFER_SIZE_2_BYTE; in R_ADC_C_InfoGet()
480 p_adc_info->calibration_data1 = R_TSU->OTPTSUTRIM0_REG_b.OTPTSUTRIM0; in R_ADC_C_InfoGet()
481 p_adc_info->calibration_data2 = R_TSU->OTPTSUTRIM1_REG_b.OTPTSUTRIM1; in R_ADC_C_InfoGet()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/
Dr_adc.c572 fsp_err_t R_ADC_InfoGet (adc_ctrl_t * p_ctrl, adc_info_t * p_adc_info) in R_ADC_InfoGet() argument
580 FSP_ASSERT(NULL != p_adc_info); in R_ADC_InfoGet()
597 p_adc_info->p_address = &p_instance_ctrl->p_reg->ADDR[lowest_channel - 3]; in R_ADC_InfoGet()
604 p_adc_info->length = (uint32_t) ((highest_channel - lowest_channel) + 1); in R_ADC_InfoGet()
609 p_adc_info->length = 0U; in R_ADC_InfoGet()
612 p_adc_info->transfer_size = TRANSFER_SIZE_2_BYTE; in R_ADC_InfoGet()
617 p_adc_info->elc_event = in R_ADC_InfoGet()
622 p_adc_info->elc_event = ELC_EVENT_ADC0_SCAN_END; in R_ADC_InfoGet()
625p_adc_info->elc_peripheral = (elc_peripheral_t) (ELC_PERIPHERAL_ADC0 + (2U * p_instance_ctrl->p_cf… in R_ADC_InfoGet()
628 p_adc_info->calibration_data = UINT32_MAX; in R_ADC_InfoGet()
[all …]
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_adc_c.h191 fsp_err_t R_ADC_C_InfoGet(adc_ctrl_t * p_ctrl, adc_info_t * p_adc_info);
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_adc_api.h381 fsp_err_t (* infoGet)(adc_ctrl_t * const p_ctrl, adc_info_t * const p_adc_info);
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_adc_api.h356 fsp_err_t (* infoGet)(adc_ctrl_t * const p_ctrl, adc_info_t * const p_adc_info);
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_adc.h348 fsp_err_t R_ADC_InfoGet(adc_ctrl_t * p_ctrl, adc_info_t * p_adc_info);