Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_llwu.c15 volatile uint32_t *regBase; in LLWU_SetExternalWakeupPinMode() local
22 regBase = &base->PE1; in LLWU_SetExternalWakeupPinMode()
26 regBase = &base->PE2; in LLWU_SetExternalWakeupPinMode()
30 regBase = NULL; in LLWU_SetExternalWakeupPinMode()
34 volatile uint8_t *regBase; in LLWU_SetExternalWakeupPinMode()
40 regBase = &base->PE1; in LLWU_SetExternalWakeupPinMode()
43 regBase = &base->PE2; in LLWU_SetExternalWakeupPinMode()
47 regBase = &base->PE3; in LLWU_SetExternalWakeupPinMode()
52 regBase = &base->PE4; in LLWU_SetExternalWakeupPinMode()
57 regBase = &base->PE5; in LLWU_SetExternalWakeupPinMode()
[all …]
Dfsl_flash.c2491 FTFx_REG32_ACCESS_TYPE regBase; in FLASH_PflashSetPrefetchSpeculation() local
2493 regBase = (FTFx_REG32_ACCESS_TYPE)&MCM->PLACR; in FLASH_PflashSetPrefetchSpeculation()
2495 regBase = (FTFx_REG32_ACCESS_TYPE)&MCM0->PLACR; in FLASH_PflashSetPrefetchSpeculation()
2505 *regBase |= MCM_PLACR_DFCS_MASK; in FLASH_PflashSetPrefetchSpeculation()
2510 *regBase &= ~MCM_PLACR_DFCS_MASK; in FLASH_PflashSetPrefetchSpeculation()
2513 *regBase |= MCM_PLACR_EFDS_MASK; in FLASH_PflashSetPrefetchSpeculation()
2517 *regBase &= ~MCM_PLACR_EFDS_MASK; in FLASH_PflashSetPrefetchSpeculation()
2523 FTFx_REG32_ACCESS_TYPE regBase; in FLASH_PflashSetPrefetchSpeculation()
2526 regBase = (FTFx_REG32_ACCESS_TYPE)&FMC->PFB01CR; in FLASH_PflashSetPrefetchSpeculation()
2530 regBase = (FTFx_REG32_ACCESS_TYPE)&FMC->PFB0CR; in FLASH_PflashSetPrefetchSpeculation()
[all …]