Home
last modified time | relevance | path

Searched refs:drivers (Results 1 – 24 of 24) sorted by relevance

/external/platform/nrfx/
A Drules.mk6 $(LOCAL_DIR)/drivers/src/nrfx_clock.c \
7 $(LOCAL_DIR)/drivers/src/nrfx_twi.c \
8 $(LOCAL_DIR)/drivers/src/nrfx_twi_twim.c \
9 $(LOCAL_DIR)/drivers/src/nrfx_twim.c \
10 $(LOCAL_DIR)/drivers/src/nrfx_usbd.c \
17 $(LOCAL_DIR)/drivers/include \
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
31 ├── drivers # nrfx driver files
A DCHANGELOG.md66 - Introduced new audio clock configuration settings in the I2S and PDM drivers for nRF5340.
105 - Changed __STATIC_INLINE symbol to NRF_STATIC_INLINE for HALs and NRFX_STATIC_INLINE for drivers.
116 - Removed deprecated functions from drivers: TWI and TWIM. See migration guide for details.
119 - Removed the default configuration values for drivers from the nrfx_config header files.
133 - Added bus recovery feature in the TWI and TWIM drivers.
172 - Added drivers for NVMC and TEMP.
181 - Improved C++ support in drivers. Now fields in structures are filled up in the correct order.
223 - Added support for instances 2 and 3 in SPIS, TWIM, TWIS, and UARTE drivers.
252 - Corrected calls to undefined macros in NFCT and USBD drivers.
334 - Updated drivers: COMP, PWM, QDEC, SAADC, SPIS, TIMER, TWI, TWIS.
[all …]
/external/platform/nrfx/doc/
A Dmain_page.dox4 nrfx is a standalone set of drivers for peripherals present in Nordic
6 The intention was to provide drivers that can be used in various environments
8 For the user's convenience, the drivers come with the MDK package. This package
12 Refer to the @ref nrfx_drv_supp_matrix to check which drivers are suitable
18 drivers in various environments, from RTOSes to bare metal applications.
36 [nrfx]/drivers/include
42 The IRQ handlers in all drivers are implemented as ordinary API functions
57 The drivers use both dynamic (run time) and static (compile time) configuration.
60 structures passed to the drivers during their initialization.
65 compilation) particular drivers or in some cases their specific features,
[all …]
A Dnrf51_series.dox2 @page nrf51_series_drivers nRF51 Series drivers
A Dnrf9160.dox2 @page nrf9160_drivers nRF9160 drivers
A Dnrf52805.dox2 @page nrf52805_drivers nRF52805 drivers
A Dnrf52820.dox2 @page nrf52820_drivers nRF52820 drivers
A Dnrf52810.dox2 @page nrf52810_drivers nRF52810/nRF52811 drivers
A Dnrf52832.dox2 @page nrf52832_drivers nRF52832 drivers
A Dnrf52833.dox2 @page nrf52833_drivers nRF52833 drivers
A Dnrf52840.dox2 @page nrf52840_drivers nRF52840 drivers
A Dnrf5340.dox2 @page nrf5340_drivers nRF5340 drivers
A Dnrfx_api.dox4 @brief List of all drivers available in nrfx.
A Ddrv_supp_matrix.dox11 The following matrix provides a comparative overview of which drivers are supported by specific Nor…
70 The following pages list supported drivers by SoC:
A Dnrfx.doxyfile794 ../drivers \
/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c39 static stdio_driver_t *drivers; variable
102 for (stdio_driver_t *driver = drivers; driver; driver = driver->next) { in stdio_put_string()
121 for (stdio_driver_t *driver = drivers; driver; driver = driver->next) { in stdio_get_until()
201 stdio_driver_t **prev = &drivers; in stdio_set_driver_enabled()
218 for (stdio_driver_t *d = drivers; d; d = d->next) { in stdio_flush()
230 for (stdio_driver_t *d = drivers; d; d = d->next) { in stdio_stack_buffer_flush()
340 for (stdio_driver_t *s = drivers; s; s = s->next) { in stdio_set_chars_available_callback()
/external/lib/lwip/netif/
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.
/external/lib/lwip/
A DFILES9 netif/ - Generic network interface device drivers are kept here,
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/
A Dreadme.dox41 * directory to install the driver. For OSx (Mac) host, no drivers are needed.<br>
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/
A Dreadme.dox41 * For most OSs, no drivers are needed.<br>
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/
A Dreadme.dox43 * are mapped to the arrow keys. For most OSs, no drivers are needed.<br>
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/
A Dreadme.dox42 * directory to install the driver. For OSx (Mac) host, no drivers are needed.<br>
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/
A Dreadme.dox48 * For OSx (Mac) host, no drivers are needed.<br>

Completed in 22 milliseconds