Searched defs:value (Results 1 – 4 of 4) sorted by relevance
| /hal_nuvoton-latest/m48x/Devices/M480/Include/ |
| D | M480.h | 501 #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/ |
| D | M2L31.h | 616 #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/ |
| D | m460.h | 599 #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/ |
| D | synopGMAC_Dev.c | 509 void synopGMAC_back_off_limit(synopGMACdevice * gmacdev, u32 value) in synopGMAC_back_off_limit()
|