Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c2333 …atus_t FLASH_PflashSetProtection(flash_config_t *config, pflash_protection_status_t *protectStatus) in FLASH_PflashSetProtection() argument
2343 *kFPROTSL = protectStatus->valueLow32b.prots16b.protsl; in FLASH_PflashSetProtection()
2344 if (protectStatus->valueLow32b.prots16b.protsl != *kFPROTSL) in FLASH_PflashSetProtection()
2349 *kFPROTSH = protectStatus->valueLow32b.prots16b.protsh; in FLASH_PflashSetProtection()
2350 if (protectStatus->valueLow32b.prots16b.protsh != *kFPROTSH) in FLASH_PflashSetProtection()
2358 *kFPROTL = protectStatus->valueLow32b.protl32b; in FLASH_PflashSetProtection()
2359 if (protectStatus->valueLow32b.protl32b != *kFPROTL) in FLASH_PflashSetProtection()
2365 *kFPROTH = protectStatus->valueHigh32b.proth32b; in FLASH_PflashSetProtection()
2366 if (protectStatus->valueHigh32b.proth32b != *kFPROTH) in FLASH_PflashSetProtection()
2376 …atus_t FLASH_PflashGetProtection(flash_config_t *config, pflash_protection_status_t *protectStatus) in FLASH_PflashGetProtection() argument
[all …]
Dfsl_flash.h1215 …tus_t FLASH_PflashSetProtection(flash_config_t *config, pflash_protection_status_t *protectStatus);
1232 …tus_t FLASH_PflashGetProtection(flash_config_t *config, pflash_protection_status_t *protectStatus);
1252 status_t FLASH_DflashSetProtection(flash_config_t *config, uint8_t protectStatus);
1272 status_t FLASH_DflashGetProtection(flash_config_t *config, uint8_t *protectStatus);
1292 status_t FLASH_EepromSetProtection(flash_config_t *config, uint8_t protectStatus);
1311 status_t FLASH_EepromGetProtection(flash_config_t *config, uint8_t *protectStatus);