Home
last modified time | relevance | path

Searched refs:setINTLEVEL (Results 1 – 3 of 3) sorted by path

/dports/lang/micropython/micropython-1.17/drivers/wiznet5k/ethernet/w5200/
H A Dw5200.h1319 #define setINTLEVEL(intlevel) (void)intlevel macro
1321 #define setINTLEVEL(intlevel) {\
/dports/lang/micropython/micropython-1.17/drivers/wiznet5k/ethernet/w5500/
H A Dw5500.h1323 #define setINTLEVEL(intlevel) {\ macro
/dports/lang/micropython/micropython-1.17/drivers/wiznet5k/ethernet/
H A Dwizchip_conf.c222 setINTLEVEL(*(uint16_t*)arg); in ctlwizchip()