MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / Ft_in32

Function Ft_in32

bsp/ft2004/libraries/bsp/standlone/ft_io.h:59–62  ·  view source on GitHub ↗

* @name: Ft_in32 * @msg: Read word value * @in param {UINTPTR}: Addr 需要读取的地址 * @return {u16} Word Value */

Source from the content-addressed store, hash-verified

57 * @return {u16} Word Value
58 */
59 static INLINE u32 Ft_in32(FT_IN UINTPTR Addr)
60 {
61 return *(volatile u32 *)Addr;
62 }
63
64 /**
65 * @name: Ft_in64

Callers 15

Ft_setBit32Function · 0.85
Ft_clearBit32Function · 0.85
Ft_setI2cMuxFunction · 0.85
Ft_setSpiMuxFunction · 0.85
FQSpi_MemcpyFromRegFunction · 0.85
Gmac_WritePHYRegisterFunction · 0.85
FGmac_ReadPHYRegisterFunction · 0.85
FGmac_MACDMAInitFunction · 0.85
FGmac_InitializeHwFunction · 0.85
FGmac_TransmissionEnableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected