Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio.c112 uint32_t address = 0; in FLEXIO_GetShifterBufferAddress() local
117 address = (uint32_t) & (base->SHIFTBUF[index]); in FLEXIO_GetShifterBufferAddress()
121 address = (uint32_t) & (base->SHIFTBUFBIS[index]); in FLEXIO_GetShifterBufferAddress()
125 address = (uint32_t) & (base->SHIFTBUFBYS[index]); in FLEXIO_GetShifterBufferAddress()
129 address = (uint32_t) & (base->SHIFTBUFBBS[index]); in FLEXIO_GetShifterBufferAddress()
134 address = (uint32_t) & (base->SHIFTBUFNBS[index]); in FLEXIO_GetShifterBufferAddress()
140 address = (uint32_t) & (base->SHIFTBUFHWS[index]); in FLEXIO_GetShifterBufferAddress()
146 address = (uint32_t) & (base->SHIFTBUFNIS[index]); in FLEXIO_GetShifterBufferAddress()
153 return address; in FLEXIO_GetShifterBufferAddress()
Dfsl_flash.c494 uint32_t address,
519 static status_t flash_validate_swap_indicator_address(flash_config_t *config, uint32_t address);
2158 uint32_t address, in FLASH_SwapControl() argument
2169 if (address & (FSL_FEATURE_FLASH_PFLASH_SWAP_CONTROL_CMD_ADDRESS_ALIGMENT - 1)) in FLASH_SwapControl()
2175 if ((address >= (config->PFlashTotalSize / 2)) || in FLASH_SwapControl()
2176 ((address >= kFLASH_ConfigAreaStart) && (address <= kFLASH_ConfigAreaEnd))) in FLASH_SwapControl()
2188 kFCCOBx[0] = BYTES_JOIN_TO_WORD_1_3(FTFx_SWAP_CONTROL, address); in FLASH_SwapControl()
2202 status_t FLASH_Swap(flash_config_t *config, uint32_t address, flash_swap_function_option_t option) in FLASH_Swap() argument
2211 …returnCode = FLASH_SwapControl(config, address, kFLASH_SwapControlOptionReportStatus, &returnInfo); in FLASH_Swap()
2227 …returnCode = FLASH_SwapControl(config, address, kFLASH_SwapControlOptionDisableSystem, &returnInfo… in FLASH_Swap()
[all …]
Dfsl_lpi2c.h718 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir);
736 static inline status_t LPI2C_MasterRepeatedStart(LPI2C_Type *base, uint8_t address, lpi2c_direction… in LPI2C_MasterRepeatedStart() argument
738 return LPI2C_MasterStart(base, address, dir); in LPI2C_MasterRepeatedStart()
Dfsl_flash.h1138 uint32_t address,
1161 status_t FLASH_Swap(flash_config_t *config, uint32_t address, flash_swap_function_option_t option);
Dfsl_flexio_i2c_master.h278 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio…
Dfsl_flexio_i2c_master.c577 void FLEXIO_I2C_MasterStart(FLEXIO_I2C_Type *base, uint8_t address, flexio_i2c_direction_t directio… in FLEXIO_I2C_MasterStart() argument
581 data = ((uint32_t)address) << 1U | ((direction == kFLEXIO_I2C_Read) ? 1U : 0U); in FLEXIO_I2C_MasterStart()
Dfsl_xrdc.c157 error->address = base->DERR_W[errorIndex][0]; in XRDC_GetAndClearFirstSpecificDomainError()
Dfsl_lpi2c.c522 status_t LPI2C_MasterStart(LPI2C_Type *base, uint8_t address, lpi2c_direction_t dir) in LPI2C_MasterStart() argument
545 base->MTDR = kStartCmd | (((uint32_t)address << 1U) | (uint32_t)dir); in LPI2C_MasterStart()
Dfsl_xrdc.h442 uint32_t address; /*!< Access address that generated access violation. */ member
Dfsl_usdhc.h474 const uint32_t *address; /*!< The address field */ member
Dfsl_usdhc.c1092 adma2EntryAddress[i].address = startAddress; in USDHC_SetAdmaTableConfig()