Home
last modified time | relevance | path

Searched full:drivers (Results 1 – 25 of 112) sorted by relevance

12345

/nrf52832-nimble/nordic/
H A DSconscript9 cwd + '/nrfx/drivers',
10 cwd + '/nrfx/drivers/include',
11 cwd + '/nrfx/drivers/src/prs',
21 nrfx/drivers/src/prs/nrfx_prs.c
22 nrfx/drivers/src/nrfx_adc.c
23 nrfx/drivers/src/nrfx_clock.c
24 nrfx/drivers/src/nrfx_gpiote.c
25 nrfx/drivers/src/nrfx_nfct.c
26 nrfx/drivers/src/nrfx_power.c
27 nrfx/drivers/src/nrfx_ppi.c
[all …]
/nrf52832-nimble/rt-thread/components/drivers/include/
H A Drtdevice.h33 #include "drivers/rtc.h"
35 #include "drivers/alarm.h"
40 #include "drivers/spi.h"
44 #include "drivers/mtd_nor.h"
48 #include "drivers/mtd_nand.h"
52 #include "drivers/usb_device.h"
56 #include "drivers/usb_host.h"
60 #include "drivers/serial.h"
64 #include "drivers/i2c.h"
65 #include "drivers/i2c_dev.h"
[all …]
/nrf52832-nimble/rt-thread/components/drivers/
H A DKconfig1 menu "Device Drivers"
4 bool "Using device drivers IPC"
14 bool "Using serial device drivers"
26 bool "Using CAN device drivers"
36 bool "Using hardware timer device drivers"
68 bool "Using I2C device drivers"
78 bool "Using generic GPIO device drivers"
82 bool "Using ADC device drivers"
86 bool "Using PWM device drivers"
90 bool "Using MTD Nor Flash device drivers"
[all …]
/nrf52832-nimble/nordic/nrfx/
H A DREADME.md5 nrfx is a standalone set of drivers for peripherals present in Nordic
7 The intention was to provide drivers that can be used in various environments
9 For the user's convenience, the drivers come with the MDK package. This package
26 ├── drivers # nrfx drivers files
27 │ └── include # nrfx drivers headers
28 │ └── src # nrfx drivers sources
H A DCHANGELOG.md10 - Added support for instances 2 and 3 in SPIS, TWIM, TWIS, and UARTE drivers.
39 - Corrected calls to undefined macros in NFCT and USBD drivers.
90 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers.
100 - Unified the way of checking if a required event handler was provided. Now, all drivers do it with…
121 - Updated drivers: COMP, PWM, QDEC, SAADC, SPIS, TIMER, TWI, TWIS.
122 - Changed the type used for transfer lengths to 'size_t' in drivers: SPI, SPIM, SPIS, TWI, TWIM, TW…
127 - Fixed TWI and TWIM drivers so that they now support GPIOs from all ports.
131 …ity of passing NULL instead of configuration to get default settings during drivers initialization.
139 - Drivers for: ADC, CLOCK, COMP, GPIOTE, I2S, LPCOMP, PDM, POWER, PWM, QDEC, QSPI, RNG, RTC, SAADC,…
H A Dnrfx.h36 #include <drivers/nrfx_common.h>
38 #include <drivers/nrfx_errors.h>
/nrf52832-nimble/
H A Dproject.uvprojx338drivers;nordic;nordic\cmsis\include;nordic\nrfx;nordic\nrfx\drivers;nordic\nrfx\drivers\include;no…
470 <GroupName>drivers</GroupName>
475 <FilePath>drivers\board.c</FilePath>
480 <FilePath>drivers\drv_gpio.c</FilePath>
485 <FilePath>drivers\drv_uart.c</FilePath>
505 <FilePath>nordic\nrfx\drivers\src\prs\nrfx_prs.c</FilePath>
510 <FilePath>nordic\nrfx\drivers\src\nrfx_adc.c</FilePath>
515 <FilePath>nordic\nrfx\drivers\src\nrfx_clock.c</FilePath>
520 <FilePath>nordic\nrfx\drivers\src\nrfx_gpiote.c</FilePath>
525 <FilePath>nordic\nrfx\drivers\src\nrfx_nfct.c</FilePath>
[all …]
H A Dproject.uvoptx380 <GroupName>drivers</GroupName>
392 <PathWithFileName>drivers\board.c</PathWithFileName>
404 <PathWithFileName>drivers\drv_gpio.c</PathWithFileName>
416 <PathWithFileName>drivers\drv_uart.c</PathWithFileName>
460 <PathWithFileName>nordic\nrfx\drivers\src\prs\nrfx_prs.c</PathWithFileName>
472 <PathWithFileName>nordic\nrfx\drivers\src\nrfx_adc.c</PathWithFileName>
484 <PathWithFileName>nordic\nrfx\drivers\src\nrfx_clock.c</PathWithFileName>
496 <PathWithFileName>nordic\nrfx\drivers\src\nrfx_gpiote.c</PathWithFileName>
508 <PathWithFileName>nordic\nrfx\drivers\src\nrfx_nfct.c</PathWithFileName>
520 <PathWithFileName>nordic\nrfx\drivers\src\nrfx_power.c</PathWithFileName>
[all …]
H A Drtconfig.h77 /* Device Drivers */
183 /* peripheral libraries and drivers */
185 /* sensors drivers */
H A D.config117 # Device Drivers
358 # peripheral libraries and drivers
362 # sensors drivers
/nrf52832-nimble/rt-thread/
H A DChangeLog.md30 * Fix some compilation warnings and enumeration mismatches in drivers/audio;
31 * Fix the `can_rx/can_tx` issue, which is not cleared to NULL when CAN device is closed in drivers/…
32 * Fix drivers/hwtimer, time acquisition issue with counting down mode;
33 * Add drivers/adc driver framework;
35 * Add `RT_SERIAL_USING_DMA` option in drivers/serial;
36 * Add QSPI support in drivers/spi framework;
41 * Fix the empty password issue in AP mode of drivers/wlan;
42 * Fix the return type issue in drivers/wlan;
53 * Add RV32M1 VEGA BSP, including GPIO, I2C, SDCard, UART and other drivers;
60 * Add PWM, RTC and watchdog drivers to stm32f10x-HAL BSP; (XXXXzzzz000)
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/
H A DFILES1 This directory contains generic network interface device drivers that
8 Ethernet device drivers. Note that this module has been
15 network device drivers. It uses the etharp.c ARP code.
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/
H A DMakefile.controller24 $(NIMBLE_ROOT)/nimble/drivers/nrf52/include \
44 $(NIMBLE_ROOT)/nimble/drivers/nrf52/src/ble_hw.c \
45 $(NIMBLE_ROOT)/nimble/drivers/nrf52/src/ble_phy.c \
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A DFILES1 This directory contains generic network interface device drivers that
11 network device drivers. It uses the etharp.c ARP code.
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00149.html3 <title>uIP 1.0: Variables used in uIP device drivers</title>
16 <h1>Variables used in uIP device drivers<br>
20 uIP has a few global variables that are used in device drivers for uIP.
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dsdio.h15 #include <drivers/mmcsd_host.h>
16 #include <drivers/mmcsd_card.h>
17 #include <drivers/sdio_func_ids.h>
H A Dmmcsd_core.h15 #include <drivers/mmcsd_host.h>
16 #include <drivers/mmcsd_card.h>
17 #include <drivers/mmcsd_cmd.h>
/nrf52832-nimble/packages/NimBLE-latest/
H A DSConscript121 cwd + '/nimble/drivers/nrf52/include']
140 nimble/drivers/nrf52/src/ble_hw.c
141 nimble/drivers/nrf52/src/ble_phy.c
/nrf52832-nimble/nordic/nrfx/drivers/src/prs/
H A Dnrfx_prs.h104 * module instead of individual drivers. The drivers must then specify their
/nrf52832-nimble/drivers/
H A DSconscript10 group = DefineGroup('drivers', src, depend = [''], CPPPATH = path)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt8 | +- Prompt for development and/or incomplete code/drivers
140 This is useful e.g. with multiple drivers that want to indicate their
142 configure that subsystem out without also having to unset these drivers.
359 to be set to 'm'. This can be used if multiple drivers for a single
361 the kernel, but all drivers can be compiled as modules.
/nrf52832-nimble/rt-thread/components/drivers/sdio/
H A Dmmcsd_core.c12 #include <drivers/mmcsd_core.h>
13 #include <drivers/sd.h>
14 #include <drivers/mmc.h>
15 #include <drivers/sdio.h>
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/
H A DFILES9 netif/ - Generic network interface device drivers are kept here,
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/
H A DFILES12 netif/ - Generic network interface device drivers are kept here.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/
H A DFILES12 netif/ - Generic network interface device drivers are kept here.

12345