Go to the source code of this file.
| #define mcfgpio_bit |
( |
|
gpio | ) |
(1 << ((gpio) % MCFGPIO_PORTSIZE)) |
| #define MCFGPIO_CLRR_PORT |
( |
|
gpio | ) |
0 |
| #define mcfgpio_port |
( |
|
gpio | ) |
((gpio) / MCFGPIO_PORTSIZE) |
| #define MCFGPIO_SETR_PORT |
( |
|
gpio | ) |
0 |
| int __mcfgpio_direction_input |
( |
unsigned |
gpio | ) |
|
| int __mcfgpio_direction_output |
( |
unsigned |
gpio, |
|
|
int |
value |
|
) |
| |
| void __mcfgpio_free |
( |
unsigned |
gpio | ) |
|
| int __mcfgpio_get_value |
( |
unsigned |
gpio | ) |
|
| int __mcfgpio_request |
( |
unsigned |
gpio | ) |
|
| void __mcfgpio_set_value |
( |
unsigned |
gpio, |
|
|
int |
value |
|
) |
| |