Home
last modified time | relevance | path

Searched refs:FSP_ERR_ALREADY_OPEN (Results 1 – 25 of 42) sorted by relevance

12

/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dfsp_common_api.h75FSP_ERR_ALREADY_OPEN = 14, ///< Requested channel is already open in … enumerator
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/
Dfsp_common_api.h78FSP_ERR_ALREADY_OPEN = 14, ///< Requested channel is already open in … enumerator
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dfsp_common_api.h78FSP_ERR_ALREADY_OPEN = 14, ///< Requested channel is already open in … enumerator
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_intc_nmi/
Dr_intc_nmi.c82 FSP_ERROR_RETURN(INTC_NMI_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_INTC_NMI_ExternalIrqOpen()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_intc_irq/
Dr_intc_irq.c92 FSP_ERROR_RETURN(INTC_IRQ_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_INTC_IRQ_ExternalIrqOpen()
/hal_renesas-latest/drivers/ra/fsp/src/r_icu/
Dr_icu.c93 FSP_ERROR_RETURN(ICU_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_ICU_ExternalIrqOpen()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_icu/
Dr_icu.c96 FSP_ERROR_RETURN(ICU_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_ICU_ExternalIrqOpen()
/hal_renesas-latest/drivers/ra/fsp/src/r_dac/
Dr_dac.c101 FSP_ERROR_RETURN(false == p_ctrl->channel_opened, FSP_ERR_ALREADY_OPEN); in R_DAC_Open()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_mhu_ns/
Dr_mhu_ns.c312 FSP_ERROR_RETURN(MHU_NS_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in r_mhu_ns_open_param_checking()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gtm/
Dr_gtm.c447 FSP_ERROR_RETURN(GTM_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in r_gtm_open_param_checking()
/hal_renesas-latest/drivers/ra/fsp/src/r_dtc/
Dr_dtc.c141 FSP_ERROR_RETURN(p_ctrl->open != DTC_OPEN, FSP_ERR_ALREADY_OPEN); in R_DTC_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c179 FSP_ERROR_RETURN(OSPI_B_PRV_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_OSPI_B_Open()
185 …_RETURN((g_ospi_b_channels_open_flags & (1U << p_cfg_extend->channel)) == 0, FSP_ERR_ALREADY_OPEN); in R_OSPI_B_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_qspi/
Dr_qspi.c126 FSP_ERROR_RETURN(QSPI_PRV_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_QSPI_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_ulpt/
Dr_ulpt.c553 FSP_ERROR_RETURN(ULPT_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in r_ulpt_open_param_checking()
/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()
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c204 ETHER_PHY_ERROR_RETURN((ETHER_PHY_OPEN != p_instance_ctrl->open), FSP_ERR_ALREADY_OPEN); in R_ETHER_PHY_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_lpm/
Dr_lpm.c155 FSP_ERROR_RETURN(LPM_OPEN != p_ctrl->lpm_open, FSP_ERR_ALREADY_OPEN); in R_LPM_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_spi_b/
Dr_spi_b.c135 FSP_ERROR_RETURN(SPI_B_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_SPI_B_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_agt/
Dr_agt.c701 FSP_ERROR_RETURN(AGT_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in r_agt_open_param_checking()
/hal_renesas-latest/drivers/ra/fsp/src/r_mipi_dsi/
Dr_mipi_dsi.c118 FSP_ERROR_RETURN(MIPI_DSI_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_MIPI_DSI_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_spi/
Dr_spi.c156 FSP_ERROR_RETURN(SPI_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_SPI_Open()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_rspi/
Dr_rspi.c147 FSP_ERROR_RETURN(RSPI_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_RSPI_Open()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_dmac_b/
Dr_dmac_b.c727 FSP_ERROR_RETURN(p_ctrl->open != DMAC_B_ID, FSP_ERR_ALREADY_OPEN); in r_dmac_b_open_parameter_checking()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/
Dr_ioport.c150 FSP_ERROR_RETURN(IOPORT_OPEN != p_instance_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_IOPORT_Open()
/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/
Dr_iic_master.c219 FSP_ERROR_RETURN(IIC_MASTER_OPEN != p_ctrl->open, FSP_ERR_ALREADY_OPEN); in R_IIC_MASTER_Open()

12