Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c129 static uint32_t g_ospi_b_channels_open_flags = 0; variable
185 …FSP_ERROR_RETURN((g_ospi_b_channels_open_flags & (1U << p_cfg_extend->channel)) == 0, FSP_ERR_ALRE… in R_OSPI_B_Open()
203 if (g_ospi_b_channels_open_flags == 0) in R_OSPI_B_Open()
294 g_ospi_b_channels_open_flags |= (1U << p_instance_ctrl->channel); in R_OSPI_B_Open()
296 else if (g_ospi_b_channels_open_flags == 0) in R_OSPI_B_Open()
730 g_ospi_b_channels_open_flags &= ~(1U << p_instance_ctrl->channel); in R_OSPI_B_Close()
733 if (g_ospi_b_channels_open_flags == 0) in R_OSPI_B_Close()