GPIO_NXP_Arduino 1.1.0
GPIO device operation sample code for Arduino
|
Public Member Functions | |
GPIO_PORT (GPIO_base &gpio, int port_num, uint8_t _mask=0x00) | |
PORT & | operator= (uint8_t v) |
PORT & | operator= (PORT &rhs) |
![]() | |
PORT (GPIO_base &gpio, int port_num, uint8_t _mask=0x00) | |
void | config (uint8_t config) |
void | set (access_word wd, uint8_t value) |
PORT & | operator= (uint8_t v) |
PORT & | operator= (PORT &rhs) |
operator int () | |
Additional Inherited Members | |
![]() | |
uint8_t | mask |
GPIO_PORT::GPIO_PORT | ( | GPIO_base & | gpio, |
int | port_num, | ||
uint8_t | _mask = 0x00 ) |
PORT & PORT::operator= | ( | uint8_t | v | ) |