Home
last modified time | relevance | path

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

/bsp/ft2004/libraries/bsp/standlone/
A Dft_io.h136 u32 lastValue; in Ft_setBit32() local
137 lastValue = Ft_in32(addr); in Ft_setBit32()
138 lastValue |= value; in Ft_setBit32()
139 Ft_out32(addr, lastValue); in Ft_setBit32()
154 u32 lastValue; in Ft_clearBit32() local
155 lastValue = Ft_in32(addr); in Ft_clearBit32()
156 lastValue &= ~value; in Ft_clearBit32()
157 Ft_out32(addr, lastValue); in Ft_clearBit32()

Completed in 5 milliseconds