Searched refs:chip (Results 1 – 25 of 609) sorted by relevance
12345678910>>...25
| /Zephyr-latest/tests/kernel/device/src/ |
| D | mmio_multireg.c | 20 DEVICE_MMIO_NAMED_RAM(chip); 27 DEVICE_MMIO_NAMED_ROM(chip); 32 DEVICE_MMIO_NAMED_ROM_INIT_BY_NAME(chip, DT_DRV_INST(0)), 41 DEVICE_MMIO_NAMED_MAP(dev, chip, K_MEM_CACHE_NONE); in foo_multireg_init() 69 regs_chip = DEVICE_MMIO_NAMED_GET(dev, chip); in ZTEST() 71 rom_chip = DEVICE_MMIO_NAMED_ROM_PTR(dev, chip); in ZTEST() 78 zassert_equal(rom_chip->phys_addr, DT_INST_REG_ADDR_BY_NAME(0, chip), in ZTEST() 80 zassert_equal(rom_chip->size, DT_INST_REG_SIZE_BY_NAME(0, chip), in ZTEST() 87 zassert_equal(rom_chip->addr, DT_INST_REG_ADDR_BY_NAME(0, chip), in ZTEST()
|
| /Zephyr-latest/boards/nxp/frdm_rw612/doc/ |
| D | index.rst | 11 The RW612 MCU subsystem includes 1.2 MB of on-chip SRAM and a high-bandwidth Quad SPI interface 12 with an on-the-fly decryption engine for securely accessing off-chip XIP flash. 21 - 1.2 MB on-chip SRAM 29 | NVIC | on-chip | nested vector interrupt controller| 31 | SYSTICK | on-chip | systick | 33 | MCI_IOMUX | on-chip | pinmux | 35 | GPIO | on-chip | gpio | 37 | USART | on-chip | serial | 39 | DMA | on-chip | dma | 41 | SPI | on-chip | spi | [all …]
|
| /Zephyr-latest/boards/sensry/ganymed_bob/doc/ |
| D | index.rst | 76 | SAADC | on-chip | adc | 78 | CLOCK | on-chip | clock_control | 80 | MRAM | on-chip | flash | 82 | GPIO | on-chip | gpio | 84 | TWIM | on-chip | i2c | 86 | PWM | on-chip | pwm | 88 | GRTC | on-chip | counter | 92 | SPI(M/S) | on-chip | spi | 94 | SPU | on-chip | system protection | 96 | UART | on-chip | serial | [all …]
|
| /Zephyr-latest/boards/nxp/rd_rw612_bga/doc/ |
| D | index.rst | 11 The RW612 MCU subsystem includes 1.2 MB of on-chip SRAM and a high-bandwidth Quad SPI interface 12 with an on-the-fly decryption engine for securely accessing off-chip XIP flash. 21 - 1.2 MB on-chip SRAM 29 | NVIC | on-chip | nested vector interrupt controller| 31 | SYSTICK | on-chip | systick | 33 | MCI_IOMUX | on-chip | pinmux | 35 | GPIO | on-chip | gpio | 37 | USART | on-chip | serial | 39 | DMA | on-chip | dma | 41 | SPI | on-chip | spi | [all …]
|
| /Zephyr-latest/boards/norik/octopus_som/doc/ |
| D | index.rst | 41 | ADC | on-chip | adc | 43 | CLOCK | on-chip | clock_control | 45 | FLASH | on-chip | flash | 47 | GPIO | on-chip | gpio | 49 | I2C(M) | on-chip | i2c | 51 | MPU | on-chip | arch/arm | 53 | NVIC | on-chip | arch/arm | 55 | PWM | on-chip | pwm | 57 | RTC | on-chip | system clock | 61 | SPI(M/S) | on-chip | spi | [all …]
|
| /Zephyr-latest/boards/96boards/carbon/doc/ |
| D | nrf51822.rst | 9 This is the secondary nRF51822 chip on the 96Boards Carbon and provides 10 Bluetooth functionality to the main STM32F401RET chip via SPI. 16 unless they want to reprogram the secondary chip which provides 29 different chip. 37 | NVIC | on-chip | nested vector interrupt controller | 39 | RTC | on-chip | system clock | 41 | UART | on-chip | serial port | 43 | GPIO | on-chip | gpio | 45 | FLASH | on-chip | flash | 47 | SPIS | on-chip | SPI slave | [all …]
|
| /Zephyr-latest/soc/espressif/common/ |
| D | Kconfig.flash | 18 Enable this to support auto detection of ISSI chips if chip vendor not directly 19 given by ``chip_drv`` member of the chip struct. This adds support for variant 26 Enable this to support auto detection of MXIC chips if chip vendor not directly 27 given by ``chip_drv`` member of the chip struct. This adds support for variant 34 Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not 35 directly given by ``chip_drv`` member of the chip struct. If you are using Wrover 40 size. Note that the default chip driver supports the GD chips with product ID 47 Enable this to support auto detection of Winbond chips if chip vendor not directly 48 given by ``chip_drv`` member of the chip struct. This adds support for variant 55 Enable this to support auto detection of BOYA chips if chip vendor not directly [all …]
|
| /Zephyr-latest/boards/pjrc/teensy4/doc/ |
| D | index.rst | 38 - MIMXRT1062DVL6A MCU (600 MHz, 1024 KB on-chip memory) 47 - MIMXRT1062DVJ6A MCU (600 MHz, 1024 KB on-chip memory) 70 | ADC | on-chip | adc | 72 | CLOCK | on-chip | clock_control | 74 | FLASH | on-chip | flash | 76 | GPIO | on-chip | gpio | 78 | I2C | on-chip | i2c | 80 | I2S | on-chip | i2s | 82 | NVIC | on-chip | arch/arm | 84 | PWM | on-chip | pwm | [all …]
|
| /Zephyr-latest/boards/nxp/frdm_mcxa156/doc/ |
| D | index.rst | 17 - 1MB dual-bank on chip Flash 19 - USB full-speed with on-chip FS PHY. USB Type-C connectors 42 | NVIC | on-chip | nested vector interrupt controller | 44 | SYSTICK | on-chip | systick | 46 | PINMUX | on-chip | pinmux | 48 | GPIO | on-chip | gpio | 50 | UART | on-chip | serial port-polling; | 53 | CLOCK | on-chip | clock_control | 55 | FLASH | on-chip | soc flash | 57 | ADC | on-chip | adc | [all …]
|
| /Zephyr-latest/boards/nxp/rddrone_fmuk66/doc/ |
| D | index.rst | 44 | NVIC | on-chip | nested vector interrupt controller | 46 | SYSTICK | on-chip | systick | 48 | PINMUX | on-chip | pinmux | 50 | GPIO | on-chip | gpio | 52 | I2C | on-chip | i2c | 54 | SPI | on-chip | spi | 56 | WATCHDOG | on-chip | watchdog | 58 | ADC | on-chip | adc | 60 | DAC | on-chip | dac | 62 | PWM | on-chip | pwm | [all …]
|
| /Zephyr-latest/boards/nxp/frdm_mcxn236/doc/ |
| D | index.rst | 17 - 1MB dual-bank on chip Flash 19 - USB high-speed (Host/Device) with on-chip HS PHY. HS USB Type-C connectors 43 | NVIC | on-chip | nested vector interrupt controller | 45 | SYSTICK | on-chip | systick | 47 | PINMUX | on-chip | pinmux | 49 | GPIO | on-chip | gpio | 51 | UART | on-chip | serial port-polling; | 54 | SPI | on-chip | spi | 56 | I2C | on-chip | i2c | 58 | I3C | on-chip | i3c | [all …]
|
| /Zephyr-latest/soc/nuvoton/npcm/common/esiost/ |
| D | esiost_args.py | 65 chip = str(self.chip_name).lower() 67 if chip not in CHIPS_INFO: 71 self.chip_ram_address = CHIPS_INFO[chip]['ram_address'] 72 self.chip_ram_size = CHIPS_INFO[chip]['ram_size'] 87 elif (arg == "chip") & (argument_list.chip is not None): 88 self.chip_name = argument_list.chip
|
| /Zephyr-latest/boards/nxp/frdm_mcxn947/doc/ |
| D | index.rst | 17 - 2MB dual-bank on chip Flash 20 - USB high-speed (Host/Device) with on-chip HS PHY. HS USB Type-C connectors 45 | NVIC | on-chip | nested vector interrupt controller | 47 | SYSTICK | on-chip | systick | 49 | PINMUX | on-chip | pinmux | 51 | GPIO | on-chip | gpio | 53 | UART | on-chip | serial port-polling; | 56 | SPI | on-chip | spi | 58 | DMA | on-chip | dma | 60 | I2C | on-chip | i2c | [all …]
|
| /Zephyr-latest/boards/nordic/nrf51dongle/doc/ |
| D | index.rst | 52 | ADC | on-chip | adc | 54 | CLOCK | on-chip | clock_control | 56 | FLASH | on-chip | flash | 58 | GPIO | on-chip | gpio | 60 | I2C(M) | on-chip | i2c | 62 | NVIC | on-chip | arch/arm | 64 | RADIO | on-chip | Bluetooth | 66 | RTC | on-chip | system clock | 70 | SPI(M/S) | on-chip | spi | 72 | UART | on-chip | serial | [all …]
|
| /Zephyr-latest/boards/u-blox/ubx_evkannab1/doc/ |
| D | index.rst | 45 | ADC | on-chip | adc | 47 | CLOCK | on-chip | clock_control | 49 | FLASH | on-chip | flash | 51 | GPIO | on-chip | gpio | 53 | I2C(M) | on-chip | i2c | 55 | MPU | on-chip | arch/arm | 57 | NVIC | on-chip | arch/arm | 59 | PWM | on-chip | pwm | 61 | RADIO | on-chip | Bluetooth Low Energy | 63 | RTC | on-chip | system clock | [all …]
|
| /Zephyr-latest/boards/actinius/icarus_bee/doc/ |
| D | index.rst | 56 | ADC | on-chip | adc | 58 | CLOCK | on-chip | clock_control | 60 | FLASH | on-chip | flash | 62 | GPIO | on-chip | gpio | 64 | I2C(M) | on-chip | i2c | 66 | MPU | on-chip | arch/arm | 68 | NVIC | on-chip | arch/arm | 70 | PWM | on-chip | pwm | 72 | SPI(M/S) | on-chip | spi | 74 | SPU | on-chip | system protection | [all …]
|
| /Zephyr-latest/boards/actinius/icarus_som/doc/ |
| D | index.rst | 56 | ADC | on-chip | adc | 58 | CLOCK | on-chip | clock_control | 60 | FLASH | on-chip | flash | 62 | GPIO | on-chip | gpio | 64 | I2C(M) | on-chip | i2c | 66 | MPU | on-chip | arch/arm | 68 | NVIC | on-chip | arch/arm | 70 | PWM | on-chip | pwm | 72 | SPI(M/S) | on-chip | spi | 74 | SPU | on-chip | system protection | [all …]
|
| /Zephyr-latest/boards/adi/max32655evkit/doc/ |
| D | index.rst | 6 of the MAX32655 microcontroller, which is an advanced system-on-chip (SoC). 77 | NVIC | on-chip | nested vector interrupt controller | 79 | SYSTICK | on-chip | systick | 81 | CLOCK | on-chip | clock and reset control | 83 | GPIO | on-chip | gpio | 85 | UART | on-chip | serial | 87 | TRNG | on-chip | entropy | 89 | I2C | on-chip | i2c | 91 | DMA | on-chip | dma controller | 93 | Watchdog | on-chip | watchdog | [all …]
|
| /Zephyr-latest/drivers/gpio/ |
| D | Kconfig.mcp23xxx | 13 bool "MCP230XX I2C-based GPIO chip" 23 Enable driver for MCP230XX I2C-based GPIO chip. 36 bool "MCP23SXX SPI-based GPIO chip" 45 Enable driver for MCP23SXX SPI-based GPIO chip.
|
| /Zephyr-latest/boards/lilygo/ttgo_t8s3/doc/ |
| D | index.rst | 7 Espressif ESP32-S3 WiFi/Bluetooth dual-mode chip. 11 - ESP32-S3 chip (240MHz dual core, Bluetooth LE, Wi-Fi) 33 | UART | on-chip | serial port | 35 | GPIO | on-chip | gpio | 37 | PINMUX | on-chip | pinmux | 39 | USB-JTAG | on-chip | hardware interface | 41 | SPI Master | on-chip | spi, sdmmc | 43 | TWAI/CAN | on-chip | can | 45 | ADC | on-chip | adc | 47 | Timers | on-chip | counter | [all …]
|
| /Zephyr-latest/boards/nordic/nrf5340dk/doc/ |
| D | index.rst | 71 | ADC | on-chip | adc | 73 | CLOCK | on-chip | clock_control | 75 | FLASH | on-chip | flash | 77 | GPIO | on-chip | gpio | 79 | I2C(M) | on-chip | i2c | 81 | MPU | on-chip | arch/arm | 83 | NVIC | on-chip | arch/arm | 85 | PWM | on-chip | pwm | 87 | RTC | on-chip | system clock | 91 | SPI(M/S) | on-chip | spi | [all …]
|
| /Zephyr-latest/boards/u-blox/ubx_evkninab1/doc/ |
| D | index.rst | 45 | ADC | on-chip | adc | 47 | CLOCK | on-chip | clock_control | 49 | FLASH | on-chip | flash | 51 | GPIO | on-chip | gpio | 53 | I2C(M) | on-chip | i2c | 55 | MPU | on-chip | arch/arm | 57 | NVIC | on-chip | arch/arm | 59 | PWM | on-chip | pwm | 61 | RADIO | on-chip | Bluetooth Low Energy | 63 | RTC | on-chip | system clock | [all …]
|
| /Zephyr-latest/boards/nordic/nrf54h20dk/doc/ |
| D | index.rst | 68 | GPIO | on-chip | gpio | 70 | GRTC | on-chip | system clock | 72 | I2C(M) | on-chip | i2c | 74 | MEMCONF | on-chip | retained_mem | 76 | SPI(M/S) | on-chip | spi | 78 | UART | on-chip | serial | 80 | WDT | on-chip | watchdog | 89 | GPIO | on-chip | gpio | 91 | GRTC | on-chip | system clock | 93 | I2C(M) | on-chip | i2c | [all …]
|
| /Zephyr-latest/boards/nordic/nrf51dk/doc/ |
| D | index.rst | 52 | ADC | on-chip | adc | 54 | CLOCK | on-chip | clock_control | 56 | FLASH | on-chip | flash | 58 | GPIO | on-chip | gpio | 60 | I2C(M) | on-chip | i2c | 62 | NVIC | on-chip | arch/arm | 64 | RADIO | on-chip | Bluetooth | 66 | RTC | on-chip | system clock | 70 | SPI(M/S) | on-chip | spi | 72 | UART | on-chip | serial | [all …]
|
| /Zephyr-latest/boards/lowrisc/opentitan_earlgrey/doc/ |
| D | index.rst | 6 The OpenTitan Earl Grey chip is a low-power secure microcontroller that is 9 chip. 30 the Earl Grey chip simulated in Verilator, a cycle-accurate HDL simulation tool. 35 | NVIC | on-chip | nested vector interrupt controller | 37 | Timer | on-chip | RISC-V Machine Timer | 39 | UART | on-chip | serial port-polling | 41 | SPI | on-chip | SPI host | 43 | WDT | on-chip | Always-On Timer (Watchdog) |
|
12345678910>>...25