Searched refs:GPIO_BASE (Results 1 – 2 of 2) sorted by relevance
177 return (( HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) >> dioNumber ) & 1 );207 return ( HWREG( GPIO_BASE + GPIO_O_DIN31_0 ) & dioMask );232 HWREGB( GPIO_BASE + dioNumber ) = value;262 HWREG( GPIO_BASE + GPIO_O_DOUT31_0 ) =263 ( HWREG( GPIO_BASE + GPIO_O_DOUT31_0 ) & ~dioMask ) |285 HWREG( GPIO_BASE + GPIO_O_DOUTSET31_0 ) = ( 1 << dioNumber );310 HWREG( GPIO_BASE + GPIO_O_DOUTSET31_0 ) = dioMask;331 HWREG( GPIO_BASE + GPIO_O_DOUTCLR31_0 ) = ( 1 << dioNumber );356 HWREG( GPIO_BASE + GPIO_O_DOUTCLR31_0 ) = dioMask;377 HWREG( GPIO_BASE + GPIO_O_DOUTTGL31_0 ) = ( 1 << dioNumber );[all …]
63 #define GPIO_BASE 0x40022000 // GPIO macro