Searched refs:g_current_parameters (Results 1 – 1 of 1) sorted by relevance
71 static current_parameters_t g_current_parameters = {0U}; variable240 g_current_parameters.bgo_enabled_df = p_cfg->data_flash_bgo; in R_FLASH_LP_Open()242 if (g_current_parameters.bgo_enabled_df == true) in R_FLASH_LP_Open()408 g_current_parameters.wait_cnt = g_current_parameters.wait_max_erase_cf_block; in R_FLASH_LP_Erase()409 g_current_parameters.current_operation = FLASH_OPERATION_CF_ERASE; in R_FLASH_LP_Erase()413 g_current_parameters.wait_cnt = g_current_parameters.wait_max_erase_df_block; in R_FLASH_LP_Erase()415 if (g_current_parameters.bgo_enabled_df == false) in R_FLASH_LP_Erase()417 g_current_parameters.current_operation = FLASH_OPERATION_DF_ERASE; in R_FLASH_LP_Erase()421 g_current_parameters.current_operation = FLASH_OPERATION_DF_BGO_ERASE; in R_FLASH_LP_Erase()430 if (g_current_parameters.current_operation != FLASH_OPERATION_DF_BGO_ERASE) in R_FLASH_LP_Erase()[all …]