Searched refs:opened (Results 1 – 6 of 6) sorted by relevance
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_adc_c/ |
D | r_adc_c.c | 104 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/ |
D | r_adc.c | 197 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/ |
D | r_flash_hp.c | 390 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/ |
D | r_flash_hp.h | 61 uint32_t opened; ///< To check whether api has been opened or not. member
|
D | r_adc.h | 321 …uint32_t opened; // Boolean to verify that the Unit has been initialized member
|
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/ |
D | r_adc_c.h | 162 …uint32_t opened; // Boolean to verify that the Unit has been initialized member
|