qmk_firmware/tmk_core/common/avr
Takeshi ISHII b72f10c635
Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754)
* add readPort() and some API to 'tmk_core/common/*/gpio.h'

The following macros have been added to gpio.h.

* readPort(port)
* setPortBitInput(port, bit)
* setPortBitInputHigh(port, bit)
* setPortBitOutput(port, bit)
* writePortBitLow(port, bit)
* writePortBitHigh(port, bit)

* add data type 'port_data_t' into gpio.h

* rename qmk_pin to pin
2021-06-07 18:23:21 +09:00
..
_print.h Fix USER_PRINT on avr/atsam (#12269) 2021-03-25 22:33:53 +11:00
_wait.h Move gpio wait logic to wait.h (#12067) 2021-03-10 22:47:36 +00:00
atomic_util.h
bootloader_size.c
bootloader.c
gpio.h Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) 2021-06-07 18:23:21 +09:00
pin_defs.h Merge branch 'master' into develop 2021-02-14 19:59:26 -05:00
printf.c
printf.mk
sleep_led.c V-USB suspend refactor (#11891) 2021-02-25 15:54:25 +11:00
suspend.c Add missing LED Matrix suspend code to suspend.c (#12878) 2021-05-13 11:24:44 +10:00
timer_avr.h
timer.c
xprintf.h
xprintf.S