Searched refs:regAddress (Results 1 – 3 of 3) sorted by relevance
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_system.c | 82 uint32_t SYSTEM_GetCalibrationValue(volatile uint32_t *regAddress) in SYSTEM_GetCalibrationValue() argument 99 if (p->ADDRESS == (uint32_t)regAddress) in SYSTEM_GetCalibrationValue()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_system.h | 70 uint32_t SYSTEM_GetCalibrationValue(volatile uint32_t *regAddress);
|
| /bsp/Infineon/libraries/HAL_Drivers/ |
| A D | drv_eth.c | 190 void phyRead(uint32_t phyId, uint32_t regAddress, uint32_t *value); 191 void phyWrite(uint32_t phyId, uint32_t regAddress, uint32_t value); 543 void phyRead(uint32_t phyId, uint32_t regAddress, uint32_t *value) in phyRead() argument 545 *value = Cy_ETHIF_PhyRegRead(ETH_REG_BASE, regAddress, phyId); in phyRead() 549 void phyWrite(uint32_t phyId, uint32_t regAddress, uint32_t value) in phyWrite() argument 551 Cy_ETHIF_PhyRegWrite(ETH_REG_BASE, regAddress, value, phyId); in phyWrite()
|
Completed in 8 milliseconds