/hal_nuvoton-3.7.0/m2l31x/StdDriver/src/ |
D | utcpd.c | 54 int32_t UTCPD_GetAlertStatus(int port, int* i32AlertSts) in UTCPD_GetAlertStatus() 82 int32_t UTCPD_ClearAlertStatus(int port, int AlertStClr) in UTCPD_ClearAlertStatus() 110 int32_t UTCPD_EnableAlertMask(int port, int mask_set) in UTCPD_EnableAlertMask() 140 int32_t UTCPD_DisableAlertMask(int port, int mask_clr) in UTCPD_DisableAlertMask() 163 int32_t UTCPD_EnablePowerStatusMask(int port, int mask_set) in UTCPD_EnablePowerStatusMask() 186 int32_t UTCPD_DisablePowerStatusMask(int port, int mask_clr) in UTCPD_DisablePowerStatusMask() 208 int32_t UTCPD_EnableFaultMask(int port, int mask_set) in UTCPD_EnableFaultMask() 229 int32_t UTCPD_DisableFaultMask(int port, int mask_clr) in UTCPD_DisableFaultMask() 252 int32_t UTCPD_EnablePowerCtrl(int port, uint32_t mask_set) in UTCPD_EnablePowerCtrl() 274 int32_t UTCPD_DisablePowerCtrl(int port, uint32_t maskclr) in UTCPD_DisablePowerCtrl() [all …]
|
D | gpio.c | 44 void GPIO_SetMode(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetMode() 78 void GPIO_EnableInt(GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs) in GPIO_EnableInt() 100 void GPIO_DisableInt(GPIO_T *port, uint32_t u32Pin) in GPIO_DisableInt() 124 void GPIO_SetSlewCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetSlewCtl() 156 void GPIO_SetPullCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetPullCtl()
|
D | lpgpio.c | 38 void LPGPIO_SetMode(LPGPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in LPGPIO_SetMode()
|
/hal_nuvoton-3.7.0/m46x/StdDriver/src/ |
D | gpio.c | 44 void GPIO_SetMode(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetMode() 78 void GPIO_EnableInt(GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs) in GPIO_EnableInt() 103 void GPIO_DisableInt(GPIO_T *port, uint32_t u32Pin) in GPIO_DisableInt() 131 void GPIO_SetSlewCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetSlewCtl() 163 void GPIO_SetPullCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetPullCtl()
|
/hal_nuvoton-3.7.0/m48x/StdDriver/src/ |
D | gpio.c | 39 void GPIO_SetMode(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetMode() 67 void GPIO_EnableInt(GPIO_T *port, uint32_t u32Pin, uint32_t u32IntAttribs) in GPIO_EnableInt() 87 void GPIO_DisableInt(GPIO_T *port, uint32_t u32Pin) in GPIO_DisableInt() 106 void GPIO_SetSlewCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetSlewCtl() 133 void GPIO_SetPullCtl(GPIO_T *port, uint32_t u32PinMask, uint32_t u32Mode) in GPIO_SetPullCtl()
|
/hal_nuvoton-3.7.0/m46x/StdDriver/inc/ |
D | gpio.h | 115 #define GPIO_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) + (… argument 286 #define GPIO_CLR_INT_FLAG(port, u32PinMask) ((port)->INTSRC = (u32PinMask)) argument 304 #define GPIO_DISABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN &= ~(u32PinMask)) argument 321 #define GPIO_ENABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN |= (u32PinMask)) argument 339 #define GPIO_DISABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF |= ((u32PinMask)<<16)) argument 357 #define GPIO_ENABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF &= ~((u32PinMask)<<16)) argument 375 #define GPIO_DISABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK &= ~(u32PinMask)) argument 393 #define GPIO_ENABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK |= (u32PinMask)) argument 412 #define GPIO_GET_INT_FLAG(port, u32PinMask) ((port)->INTSRC & (u32PinMask)) argument 447 #define GPIO_SET_DEBOUNCE_TIME(port, u32ClkSrc, u32ClkSel) ((port)->DBCTL = (GPIO_DBCTL_ICLKON_M… argument [all …]
|
/hal_nuvoton-3.7.0/m2l31x/StdDriver/inc/ |
D | gpio.h | 117 #define GPIO_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) + (… argument 251 #define GPIO_CLR_INT_FLAG(port, u32PinMask) ((port)->INTSRC = (u32PinMask)) argument 269 #define GPIO_DISABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN &= ~(u32PinMask)) argument 286 #define GPIO_ENABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN |= (u32PinMask)) argument 304 #define GPIO_DISABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF |= ((u32PinMask)<<16)) argument 322 #define GPIO_ENABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF &= ~((u32PinMask)<<16)) argument 340 #define GPIO_DISABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK &= ~(u32PinMask)) argument 358 #define GPIO_ENABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK |= (u32PinMask)) argument 377 #define GPIO_GET_INT_FLAG(port, u32PinMask) ((port)->INTSRC & (u32PinMask)) argument 412 #define GPIO_SET_DEBOUNCE_TIME(port, u32ClkSrc, u32ClkSel) ((port)->DBCTL = (GPIO_DBCTL_ICLKON_M… argument [all …]
|
D | lpgpio.h | 53 #define LPGPIO_GET_IN_DATA(port) ((port)->PIN) argument 66 #define LPGPIO_SET_OUT_DATA(port, u32Data) ((port)->DOUT = (u32Data)) argument
|
/hal_nuvoton-3.7.0/m48x/StdDriver/inc/ |
D | gpio.h | 115 #define GPIO_PIN_DATA(port, pin) (*((volatile uint32_t *)((GPIO_PIN_DATA_BASE+(0x40*(port))) + (… argument 257 #define GPIO_CLR_INT_FLAG(port, u32PinMask) ((port)->INTSRC = (u32PinMask)) argument 273 #define GPIO_DISABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN &= ~(u32PinMask)) argument 288 #define GPIO_ENABLE_DEBOUNCE(port, u32PinMask) ((port)->DBEN |= (u32PinMask)) argument 304 #define GPIO_DISABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF |= ((u32PinMask)<<16)) argument 320 #define GPIO_ENABLE_DIGITAL_PATH(port, u32PinMask) ((port)->DINOFF &= ~((u32PinMask)<<16)) argument 336 #define GPIO_DISABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK &= ~(u32PinMask)) argument 352 #define GPIO_ENABLE_DOUT_MASK(port, u32PinMask) ((port)->DATMSK |= (u32PinMask)) argument 369 #define GPIO_GET_INT_FLAG(port, u32PinMask) ((port)->INTSRC & (u32PinMask)) argument 414 #define GPIO_GET_IN_DATA(port) ((port)->PIN) argument [all …]
|
/hal_nuvoton-3.7.0/m48x/Devices/M480/Include/ |
D | M480.h | 501 #define outpw(port,value) *((volatile unsigned int *)(port)) = (value) argument 509 #define inpw(port) (*((volatile unsigned int *)(port))) argument 518 #define outps(port,value) *((volatile unsigned short *)(port)) = (value) argument 526 #define inps(port) (*((volatile unsigned short *)(port))) argument 534 #define outpb(port,value) *((volatile unsigned char *)(port)) = (value) argument 541 #define inpb(port) (*((volatile unsigned char *)(port))) argument 550 #define outp32(port,value) *((volatile unsigned int *)(port)) = (value) argument 558 #define inp32(port) (*((volatile unsigned int *)(port))) argument 567 #define outp16(port,value) *((volatile unsigned short *)(port)) = (value) argument 575 #define inp16(port) (*((volatile unsigned short *)(port))) argument [all …]
|
/hal_nuvoton-3.7.0/m2l31x/Devices/M2L31/Include/ |
D | M2L31.h | 616 #define outpw(port,value) (*((volatile unsigned int *)(port))=(value)) argument 624 #define inpw(port) ((*((volatile unsigned int *)(port)))) argument 633 #define outps(port,value) (*((volatile unsigned short *)(port))=(value)) argument 641 #define inps(port) ((*((volatile unsigned short *)(port)))) argument 649 #define outpb(port,value) (*((volatile unsigned char *)(port))=(value)) argument 656 #define inpb(port) ((*((volatile unsigned char *)(port)))) argument 665 #define outp32(port,value) (*((volatile unsigned int *)(port))=(value)) argument 673 #define inp32(port) ((*((volatile unsigned int *)(port)))) argument 682 #define outp16(port,value) (*((volatile unsigned short *)(port))=(value)) argument 690 #define inp16(port) ((*((volatile unsigned short *)(port)))) argument [all …]
|
/hal_nuvoton-3.7.0/m46x/Devices/M460/Include/ |
D | m460.h | 599 #define outpw(port,value) *((volatile unsigned int *)(port)) = (value) argument 607 #define inpw(port) (*((volatile unsigned int *)(port))) argument 616 #define outps(port,value) *((volatile unsigned short *)(port)) = (value) argument 624 #define inps(port) (*((volatile unsigned short *)(port))) argument 632 #define outpb(port,value) *((volatile unsigned char *)(port)) = (value) argument 639 #define inpb(port) (*((volatile unsigned char *)(port))) argument 648 #define outp32(port,value) *((volatile unsigned int *)(port)) = (value) argument 656 #define inp32(port) (*((volatile unsigned int *)(port))) argument 665 #define outp16(port,value) *((volatile unsigned short *)(port)) = (value) argument 673 #define inp16(port) (*((volatile unsigned short *)(port))) argument [all …]
|
/hal_nuvoton-3.7.0/dts/pinctrl/ |
D | m2l31ki-pinctrl.h | 10 #define NVT_PINMUX(port, pinIndex, mfp) \ argument
|
D | m467hjhae-pinctrl.h | 10 #define NVT_PINMUX(port, pinIndex, mfp) \ argument
|