Home
last modified time | relevance | path

Searched defs:value (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/Devices/M480/Include/
DM480.h501 #define outpw(port,value) *((volatile unsigned int *)(port)) = (value) argument
518 #define outps(port,value) *((volatile unsigned short *)(port)) = (value) argument
534 #define outpb(port,value) *((volatile unsigned char *)(port)) = (value) argument
550 #define outp32(port,value) *((volatile unsigned int *)(port)) = (value) argument
567 #define outp16(port,value) *((volatile unsigned short *)(port)) = (value) argument
583 #define outp8(port,value) *((volatile unsigned char *)(port)) = (value) argument
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
DM2L31.h616 #define outpw(port,value) (*((volatile unsigned int *)(port))=(value)) argument
633 #define outps(port,value) (*((volatile unsigned short *)(port))=(value)) argument
649 #define outpb(port,value) (*((volatile unsigned char *)(port))=(value)) argument
665 #define outp32(port,value) (*((volatile unsigned int *)(port))=(value)) argument
682 #define outp16(port,value) (*((volatile unsigned short *)(port))=(value)) argument
698 #define outp8(port,value) (*((volatile unsigned char *)(port))=(value)) argument
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dm460.h599 #define outpw(port,value) *((volatile unsigned int *)(port)) = (value) argument
616 #define outps(port,value) *((volatile unsigned short *)(port)) = (value) argument
632 #define outpb(port,value) *((volatile unsigned char *)(port)) = (value) argument
648 #define outp32(port,value) *((volatile unsigned int *)(port)) = (value) argument
665 #define outp16(port,value) *((volatile unsigned short *)(port)) = (value) argument
681 #define outp8(port,value) *((volatile unsigned char *)(port)) = (value) argument
/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c509 void synopGMAC_back_off_limit(synopGMACdevice * gmacdev, u32 value) in synopGMAC_back_off_limit()