Searched refs:g_ospi_b_channels_open_flags (Results 1 – 1 of 1) sorted by relevance
129 static uint32_t g_ospi_b_channels_open_flags = 0; variable185 …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()