Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 28) sorted by relevance

12

/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c61 driver->out_chars(s, len); in stdio_out_chars_no_crlf()
66 if (!driver->crlf_enabled) { in stdio_out_chars_crlf()
67 driver->out_chars(s, len); in stdio_out_chars_crlf()
89 driver->out_chars(s, len); in stdio_out_chars_crlf()
102 for (stdio_driver_t *driver = drivers; driver; driver = driver->next) { in stdio_put_string() local
105 out_func(driver, s, len); in stdio_put_string()
121 for (stdio_driver_t *driver = drivers; driver; driver = driver->next) { in stdio_get_until() local
203 if (*prev == driver) { in stdio_set_driver_enabled()
213 *prev = driver; in stdio_set_driver_enabled()
321 filter = driver; in stdio_filter_driver()
[all …]
/external/platform/nrfx/
A DCHANGELOG.md21 - Corrected assertions in the NVMC driver.
62 - Added encryption support in the QSPI driver.
93 - Added driver and HAL for IPC.
106 - Refactored the SAADC driver and HAL.
256 - Added HAL and driver for NFCT.
257 - Added driver for USBD.
294 - Fixed logging in the PPI driver.
315 - Refactored the ADC driver and HAL.
317 - Improved buffer handling in the I2S driver. The API of the driver has been slightly modified.
327 - Added XIP support in the QSPI driver.
[all …]
A DREADME.md31 ├── drivers # nrfx driver files
32 │ ├── include # nrfx driver headers
33 │ └── src # nrfx driver sources
35 ├── helpers # nrfx driver helper files
/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c92 ADC_DRIVER_T *driver = (ADC_DRIVER_T *) handle; in adc_seq0_callback() local
94 if ((ErrorCode_t) driver->error_code == LPC_OK) { in adc_seq0_callback()
95 if (driver->comp_flags & 0x01) { in adc_seq0_callback()
103 ADC_DRIVER_T *driver = (ADC_DRIVER_T *) handle; in adc_seq1_callback() local
105 if ((ErrorCode_t) driver->error_code == LPC_OK) { in adc_seq1_callback()
106 if (driver->comp_flags & (1 << BOARD_ADC_CH)) { in adc_seq1_callback()
/external/platform/pico/rp2_common/pico_stdio/include/pico/
A Dstdio.h85 void stdio_set_driver_enabled(stdio_driver_t *driver, bool enabled);
95 void stdio_filter_driver(stdio_driver_t *driver);
105 void stdio_set_translate_crlf(stdio_driver_t *driver, bool translate);
/external/lib/lwip/netif/
A DFILES13 An example of how an Ethernet device driver could look. This
18 A "loopback" network interface driver. It requires configuration
/external/platform/nrfx/doc/
A Dmain_page.dox61 Refer to the API reference for a given driver to see the members of its
77 Refer to the "driver configuration" section in the API reference for a given
78 driver for more information regarding configuration options available for it.
A Dnrf51_series.dox4 This page lists nrfx driver components supported by the nRF51 Series SoCs.
A Dnrf9160.dox4 This page lists nrfx driver components supported by the nRF9160 SoC.
A Dnrf52805.dox4 This page lists nrfx driver components supported by the nRF52805 SoCs.
A Dnrf52820.dox4 This page lists nrfx driver components supported by the nRF52820 SoC.
A Dnrf52810.dox4 This page lists nrfx driver components supported by the nRF52810/nRF52811 SoC.
A Dnrf52832.dox4 This page lists nrfx driver components supported by the nRF52832 SoC.
A Dnrf52833.dox4 This page lists nrfx driver components supported by the nRF52833 SoC.
A Dnrf52840.dox4 This page lists nrfx driver components supported by the nRF52840 SoC.
A Dnrf5340.dox4 This page lists nrfx driver components supported by the nRF5340 SoC.
/external/platform/lpc15xx/lpcopen/periph_clkout/example/
A Dreadme.dox35 * This example shows how to use the SYSCTL driver to driver a specific
/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/
A Dreadme.dox36 * the I2CM driver.<br>
40 * functions are called through the i2cm_15xx driver routines. The temperature data is outputted
/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/
A Dreadme.dox36 * the I2CM driver.<br>
40 * functions are called through the i2cm_15xx driver routines. The temperature data is outputted
/external/platform/pico/rp2_common/pico_cyw43_driver/cybt_shared_bus/
A Dcybt_shared_bus_driver.h60 void cybt_sharedbus_driver_init(struct _cyw43_ll_t *driver);
/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/
A Dreadme.dox35 * This examples shows how to use the DMA ROM driver to handle servicing
47 * setup for a Ping Pong transfer, linked list is not supported by the ROM driver.
/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_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.dox45 * Windows USB driver package. You can get this package on the LPCOpen download
/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt4 …idation or debug software or hardware; applications, operating system or driver software; RISC arc…
8 ”CMSIS-DRIVER” means the specification defining a generic peripheral driver application programming…
14 “RDDI DLL” means the reference implementation of a device driver accompanying this Licence in objec…
17 …idation or debug software or hardware; applications, operating system or driver software; RISC arc…

Completed in 22 milliseconds

12