Searched full:cc32xx (Results 1 – 25 of 45) sorted by relevance
12
/Zephyr-Core-3.6.0/dts/arm/ti/ |
D | cc32xx.dtsi | 18 /* Note: Zephyr uses exception numbers, vs the IRQ #s used by the CC32XX SDK */ 61 compatible = "ti,cc32xx-uart"; 69 compatible = "ti,cc32xx-uart"; 77 compatible = "ti,cc32xx-i2c"; 88 compatible = "ti,cc32xx-gpio"; 96 compatible = "ti,cc32xx-gpio"; 104 compatible = "ti,cc32xx-gpio"; 112 compatible = "ti,cc32xx-gpio"; 120 compatible = "ti,cc32xx-adc"; 128 compatible = "ti,cc32xx-watchdog"; [all …]
|
D | cc3220sf.dtsi | 8 #include <ti/cc32xx.dtsi>
|
D | cc3235sf.dtsi | 8 #include <ti/cc32xx.dtsi>
|
/Zephyr-Core-3.6.0/drivers/gpio/ |
D | Kconfig.cc32xx | 1 # CC32XX GPIO configuration options 6 bool "TI CC32XX GPIO driver" 10 Enable the GPIO driver on TI SimpleLink CC32xx boards
|
/Zephyr-Core-3.6.0/soc/arm/ti_simplelink/cc32xx/ |
D | Kconfig.series | 1 # TI SimpleLink CC32xx 13 Enable support for TI SimpleLink CC32xx
|
D | Kconfig.defconfig.series | 7 source "soc/arm/ti_simplelink/cc32xx/Kconfig.defconfig.cc32*" 10 default "cc32xx"
|
D | pinctrl_soc.h | 20 /** Type for TI CC32XX pin. */ 24 * @name TI CC32XX pin configuration bit field positions and masks.
|
D | Kconfig.soc | 1 # Texas Instruments CC32XX
|
D | cc32xx_debug.ld | 8 /* Add CC32xx flash header to disable flash verification */
|
/Zephyr-Core-3.6.0/drivers/pinctrl/ |
D | Kconfig.ti_cc32xx | 5 bool "TI CC32XX pinctrl driver" 9 Enable the TI CC32XX pinctrl driver
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | Kconfig.cc32xx | 4 bool "CC32XX UART driver" 11 This option enables the CC32XX UART driver, for UART_0.
|
/Zephyr-Core-3.6.0/drivers/adc/ |
D | Kconfig.cc32xx | 5 bool "CC32XX ADC driver" 9 This option enables the CC32XX ADC driver.
|
/Zephyr-Core-3.6.0/dts/bindings/watchdog/ |
D | ti,cc32xx-watchdog.yaml | 4 description: cc32xx watchdog 6 compatible: "ti,cc32xx-watchdog"
|
/Zephyr-Core-3.6.0/dts/bindings/serial/ |
D | ti,cc32xx-uart.yaml | 1 description: TI CC32XX UART 3 compatible: "ti,cc32xx-uart"
|
/Zephyr-Core-3.6.0/dts/bindings/i2c/ |
D | ti,cc32xx-i2c.yaml | 1 description: TI CC32XX I2C controller 3 compatible: "ti,cc32xx-i2c"
|
/Zephyr-Core-3.6.0/dts/bindings/gpio/ |
D | ti,cc32xx-gpio.yaml | 2 description: TI CC32XX GPIO node 4 compatible: "ti,cc32xx-gpio"
|
/Zephyr-Core-3.6.0/dts/bindings/adc/ |
D | ti,cc32xx-adc.yaml | 4 description: cc32xx ADC node 6 compatible: "ti,cc32xx-adc"
|
/Zephyr-Core-3.6.0/drivers/watchdog/ |
D | Kconfig.cc32xx | 5 bool "Watchdog Driver for cc32xx family of MCUs" 9 Watchdog for cc32xx family of MCUs
|
/Zephyr-Core-3.6.0/boards/arm/cc3220sf_launchxl/ |
D | cc3220sf_launchxl-pinctrl.dtsi | 6 #include <zephyr/dt-bindings/pinctrl/ti-cc32xx-pinctrl.h>
|
/Zephyr-Core-3.6.0/boards/arm/cc3235sf_launchxl/ |
D | cc3235sf_launchxl-pinctrl.dtsi | 6 #include <zephyr/dt-bindings/pinctrl/ti-cc32xx-pinctrl.h>
|
/Zephyr-Core-3.6.0/modules/ |
D | Kconfig.simplelink | 1 # CC3220/CC32XX SDK HAL configuration
|
/Zephyr-Core-3.6.0/dts/bindings/pinctrl/ |
D | ti,cc32xx-pinctrl.yaml | 5 The TI CC32XX pin controller is a singleton node responsible for controlling 75 compatible: "ti,cc32xx-pinctrl"
|
/Zephyr-Core-3.6.0/tests/drivers/build_all/adc/ |
D | testcase.yaml | 13 drivers.adc.cc32xx.build:
|
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/pinctrl/ |
D | ti-cc32xx-pinctrl.h | 10 * The whole TI CC32XX pin configuration information is encoded in a 32-bit 27 * @name TI CC32XX pin configuration bit field positions and masks. 39 * @brief Utility macro to build TI CC32XX pinmux property entry. 49 * @name TI CC32XX pinctrl pin functions (reference: SWRU465).
|
/Zephyr-Core-3.6.0/drivers/i2c/ |
D | Kconfig | 171 bool "CC32XX I2C driver" 176 Enable the CC32XX I2C driver.
|
12