Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_adc_c/
Dr_adc_c.c104 FSP_ERROR_RETURN(ADC_C_OPEN != p_instance_ctrl->opened, FSP_ERR_ALREADY_OPEN); in R_ADC_C_Open()
132 p_instance_ctrl->opened = ADC_C_OPEN; in R_ADC_C_Open()
156 FSP_ERROR_RETURN(ADC_C_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_ScanCfg()
192 FSP_ERROR_RETURN(ADC_C_OPEN == p_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_CallbackSet()
243 FSP_ERROR_RETURN(ADC_C_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_ScanStart()
285 FSP_ERROR_RETURN(ADC_C_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_ScanStop()
312 FSP_ERROR_RETURN(ADC_C_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_StatusGet()
340 FSP_ERROR_RETURN(ADC_C_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_Read()
403 FSP_ERROR_RETURN(ADC_C_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_SampleStateCountSet()
438 FSP_ERROR_RETURN(ADC_C_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_C_InfoGet()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/
Dr_adc.c197 FSP_ERROR_RETURN(ADC_OPEN != p_instance_ctrl->opened, FSP_ERR_ALREADY_OPEN); in R_ADC_Open()
237 p_instance_ctrl->opened = ADC_OPEN; in R_ADC_Open()
262 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_ScanCfg()
297 FSP_ERROR_RETURN(ADC_OPEN == p_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_CallbackSet()
354 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_ScanStart()
402 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_ScanStop()
427 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_StatusGet()
455 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_Read()
539 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_SampleStateCountSet()
581 FSP_ERROR_RETURN(ADC_OPEN == p_instance_ctrl->opened, FSP_ERR_NOT_OPEN); in R_ADC_InfoGet()
[all …]
/hal_renesas-latest/drivers/ra/fsp/src/r_flash_hp/
Dr_flash_hp.c390 FSP_ERROR_RETURN((FLASH_HP_OPEN != p_ctrl->opened), FSP_ERR_ALREADY_OPEN); in R_FLASH_HP_Open()
431 p_ctrl->opened = FLASH_HP_OPEN; in R_FLASH_HP_Open()
728 FSP_ERROR_RETURN(!(FLASH_HP_OPEN != p_ctrl->opened), FSP_ERR_NOT_OPEN); in R_FLASH_HP_StatusGet()
927 FSP_ERROR_RETURN(FLASH_HP_OPEN == p_ctrl->opened, FSP_ERR_NOT_OPEN); in R_FLASH_HP_Reset()
1083 FSP_ERROR_RETURN(FLASH_HP_OPEN == p_ctrl->opened, FSP_ERR_NOT_OPEN); in R_FLASH_HP_InfoGet()
1120 FSP_ERROR_RETURN(FLASH_HP_OPEN == p_ctrl->opened, FSP_ERR_NOT_OPEN); in R_FLASH_HP_Close()
1124 p_ctrl->opened = FLASH_HP_CLOSE; in R_FLASH_HP_Close()
1166 FSP_ERROR_RETURN(FLASH_HP_OPEN == p_ctrl->opened, FSP_ERR_NOT_OPEN); in R_FLASH_HP_CallbackSet()
1581 FSP_ERROR_RETURN((FLASH_HP_OPEN == p_ctrl->opened), FSP_ERR_NOT_OPEN); in r_flash_hp_write_bc_parameter_checking()
1604 FSP_ERROR_RETURN((FLASH_HP_OPEN == p_ctrl->opened), FSP_ERR_NOT_OPEN); in r_flash_hp_common_parameter_checking()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_flash_hp.h61 uint32_t opened; ///< To check whether api has been opened or not. member
Dr_adc.h321 …uint32_t opened; // Boolean to verify that the Unit has been initialized member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_adc_c.h162 …uint32_t opened; // Boolean to verify that the Unit has been initialized member