Home
last modified time | relevance | path

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

/bsp/efm32/
A Ddrv_ethernet.c42 static rt_uint8_t ethBank; variable
216 if(((addr & BANK_MASK) != ethBank) && ((addr < EIE) || (addr > ECON1))) in efm_eth_sendCmd()
225 ethBank = (addr & BANK_MASK); in efm_eth_sendCmd()
226 temp |= ethBank >> BANK_SHIFT; in efm_eth_sendCmd()
438 ethBank = 0; in efm_eth_init()

Completed in 6 milliseconds