zephyr/drivers/gpio
Erik Larson c47c115c28 drivers: gpio: gpio_cc13xx_cc26xx: Add drive strength configurability
Add support for the GPIO_DS_ALT_LOW and GPIO_DS_ALT_HIGH gpio flags.

Fixes #30219

Signed-off-by: Erik Larson <erik@statropy.com>
2020-11-30 15:49:20 +01:00
..
CMakeLists.txt
gpio_cc13xx_cc26xx.c drivers: gpio: gpio_cc13xx_cc26xx: Add drive strength configurability 2020-11-30 15:49:20 +01:00
gpio_cc32xx.c
gpio_cmsdk_ahb.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_cmsdk_ahb.h
gpio_dw_registers.h
gpio_dw.c drivers: remove unnecessary use of DEVICE_AND_API_INIT 2020-11-06 09:42:47 -06:00
gpio_dw.h
gpio_esp32.c
gpio_gecko.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_handlers.c
gpio_ht16k33.c
gpio_imx.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_intel_apl.c
gpio_litex.c drivers: gpio: litex_vexriscv: adapt to changes in CSR accessors 2020-10-02 11:36:16 +02:00
gpio_lmp90xxx.c
gpio_lpc11u6x.c
gpio_mchp_xec.c gpio: mchp_xec: fix glitch setting pin to output 2020-10-15 22:07:34 -04:00
gpio_mcp23s17.c
gpio_mcp23s17.h
gpio_mcux_igpio.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_mcux_lpc.c drivers: fix gpio_mcux_lpc_port_set_masked_raw 2020-10-14 15:21:34 -05:00
gpio_mcux.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_mmio32.c
gpio_npcx.c driver: npcx7: replace platform specific functions with 'npcx_' prefix. 2020-10-21 12:49:02 -05:00
gpio_nrfx.c
gpio_pca95xx.c drivers: gpio_pca95xx: Add GPIO driver enable interrupt support 2020-10-23 13:47:41 +02:00
gpio_rv32m1.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_sam.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_sam0.c
gpio_shell.c
gpio_sifive.c
gpio_stellaris.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
gpio_stm32.c device: convert DEVICE_INIT to DEVICE_DEFINE or SYS_DEVICE_DEFINE 2020-11-10 08:38:09 -06:00
gpio_stm32.h
gpio_sx1509b.c drivers: gpio: sx1509b: fix interrupt handler argument 2020-09-03 14:05:56 -04:00
gpio_utils.h
gpio_xlnx_axi.c
Kconfig driver: gpio: proper Kconfig shell dependency 2020-10-20 07:23:55 -05:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32
Kconfig.gecko
Kconfig.ht16k33
Kconfig.imx
Kconfig.intel
Kconfig.litex
Kconfig.lmp90xxx
Kconfig.lpc11u6x
Kconfig.mcp23s17
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.npcx
Kconfig.nrfx
Kconfig.pca95xx drivers: gpio_pca95xx: Add GPIO driver enable interrupt support 2020-10-23 13:47:41 +02:00
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b
Kconfig.xec
Kconfig.xlnx