Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 135) sorted by relevance

123456

/external/platform/nrfx/doc/
A Dnrfx.doxyfile104 # documentation (similar to Javadoc). Set to NO to disable this.
522 # and Mac users are advised to set this option to NO.
549 # which file to include in order to use the member.
1032 # specified. Set to NO to disable this.
1352 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1496 # output directory to force them to be regenerated.
1723 # to HTML_HEADER.
2227 # set to NO
2392 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2397 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
[all …]
A Dmain_page.dox6 The intention was to provide drivers that can be used in various environments
7 without the necessity to integrate other parts of the SDK into them.
12 Refer to the @ref nrfx_drv_supp_matrix to check which drivers are suitable
17 The purpose of nrfx is to make it possible to use the same set of peripheral
18 drivers in various environments, from RTOSes to bare metal applications.
44 a specific way according to the requirements of the host environment.
46 line to the @ref nrfx_glue file:
52 This will cause the preprocessor to properly rename all the IRQ handler
60 structures passed to the drivers during their initialization.
61 Refer to the API reference for a given driver to see the members of its
[all …]
/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt21 ARM hereby grants to you, subject to the terms and conditions of this Licence, a non-exclusive, non…
23 (i) subject to clause 1.5(i), developing, having developed, manufacturing, having manufactured, off…
26 ARM hereby grants to you, subject to the terms and conditions of this Licence, a non-exclusive, non…
28to clause 1.5(ii) offering to sell, selling, supplying, distributing or having distributed (direct…
32 ARM hereby grants to you, subject to the terms and conditions of this Licence, a non-exclusive, non…
34to clause 1.5(ii), offer to sell, selling, supply, supplying, distributing or having distributed (…
37 ARM hereby grants to you, subject to the terms and conditions of this Licence, a non-exclusive, non…
39 (b) subject to clause 1.5(ii), offer to sell, selling, supplying, distributing or having distribute…
43to Clause 1.1 (i) you agree: (a) not to use ARM’s name, logo or trademarks to market any or all of…
47to be responsible to ARM for to the same extent as you are for your employees, and provided always…
[all …]
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/
A Dreadme.dox2 * @brief USB to UART bridge example
18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
32 /** @defgroup EXAMPLES_USBDROM_15XX_CDC_UARTN LPC15XX USB to UART bridge example
35 * The example shows how to us USBD ROM stack to creates a USB to UART converter port.
40 * Connect the USB cable between micro connector on board and to a host.
41 * When connected to Windows host use the .inf included in the project
42 * directory to install the driver. For OSx (Mac) host, no drivers are needed.<br>
44 …* When using @ref LPCOPEN_15XX_BOARD_LPCXPRESSO_1549 boards with a base board you need to remove …
45 * J54 & J55 on base board and power the system through USB port connected to FTDI chip. Note,
[all …]
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/
A DLICENSE.txt18 "control" means (i) the power, direct or indirect, to cause the
27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
33 and conversions to other media types.
37 copyright notice that is included in or attached to the work
50 to that Work or Derivative Works thereof, that is intentionally
55 to the Licensor or its representatives, including but not limited to
69 copyright license to reproduce, prepare Derivative Works of,
103 excluding those notices that do not pertain to any part of
144 agreed to in writing, Licensor provides the Work (and each
[all …]
/external/platform/nrfx/
A DCHANGELOG.md17 - Updated MDK to 8.35.0.
34 - Added implicit casting of uint32_t to unsigned long in log messages, to prevent compiler warnings.
39 - Updated MDK to 8.32.1.
75 - Updated MDK to 8.30.2.
101 - Updated MDK to 8.29.0.
126 - Updated MDK to version 8.27.1.
137 - Updated MDK to version 8.27.0.
192 - Updated MDK to version 8.24.1.
210 - Updated MDK to version 8.23.1.
226 - Updated MDK to version 8.21.1.
[all …]
/external/platform/lpc15xx/lpcopen/periph_adc/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * The LPC15xx ADC example shows how to use the ADC to perform
38 * ADC0 is configured to monitor the internal temperature sensor on
39 * ADC0 channel 0. It is setup to be triggered periodically by the
42 * ADC1 is configured to monitor an analog input signal on ADC1. The
43 * ADC channel used may vary per board. It is setup to be triggered
48 * To use this example, ADC1 channel 1 needs to be connected to an
53 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * The LPC15xx ADC ROM example shows how to use the ADC ROM API to perform
38 * ADC0 is configured to monitor the internal temperature sensor on
39 * ADC0 channel 0. It is setup to be triggered periodically by the
42 * ADC1 is configured to monitor an analog input signal on ADC1. The
43 * ADC channel used may vary per board. It is setup to be triggered
48 * To use this example, ADC1 channel 1 needs to be connected to an
53 * to get started building LPCOpen projects.
/external/platform/pico/rp2_common/pico_stdio/
A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * The example shows how to us USBD ROM stack to creates a virtual comm port.
39 * Connect the USB cable between micro connector on board and to a host.
40 * When connected to Windows host use the .inf included in the project
41 * directory to install the driver. For OSx (Mac) host, no drivers are needed.<br>
45 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_dac/example/
A Dreadme.dox2 * @brief Digital to Analog Converter example.
18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
32 /** @defgroup EXAMPLES_PERIPH_15XX_DAC LPC15xx Digital to Analog Converter example
35 * The DAC example demonstrates using the Digital to Analog Converter.<br>
37 * This example uses the DAC to produce a stepped saw tooth waveform at 100Hz.
39 * The timer is set up to generate interrupts at 2KHz i.e. 20 DAC output samples
43 * By connecting an oscilloscope to P0.12 and ground you will notice a stepped sawtooth
51 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * The UART example shows how to use the UART ROM API in interrupt mode.
36 * This example only applies to USART0.<br>
38 * To use the example, connect a serial cable to the board's RS232/UART port and
39 * start a terminal program to monitor the port. The terminal program on the host
42 * received will be returned back to the caller.<br>
45 * The LPCXpresso base board is required with the LPCXpresso board to use this
50 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * The UART example shows how to use the UART ROM API in polled mode.
36 * This example only applies to USART0.<br>
38 * To use the example, connect a serial cable to the board's RS232/UART port and
39 * start a terminal program to monitor the port. The terminal program on the host
42 * received will be returned back to the caller.<br>
45 * The LPCXpresso base board is required with the LPCXpresso board to use this
50 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * The UART example shows how to use the UART in interrupt mode with transmit
38 * To use the example, connect a serial cable to the board's RS232/UART port and
39 * start a terminal program to monitor the port. The terminal program on the host
42 * received will be returned back to the caller.<br>
45 * Need to connect with base board for using RS232/UART port.<br>
49 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_rtc/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This example shows how to setup and use the RTC and to use the alarm
36 * to wake up the device from a sleep mode.<br>
39 * varied (changing) wakeup timing. Then the chip will go to sleep. After 4
41 * hook up the serial port to a terminal, you will get messages indicating
49 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This examples shows how to use the DMA controller to handle servicing
36 * of UART transmit and receive operations to offload the MCU and reduce
39 * UART transmit operations have a known transmit size and are queued to the
41 * only queued to the DMA controller when data is waiting to be sent.
56 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This examples shows how to use the DMA ROM driver to handle servicing
36 * of UART transmit and receive operations to offload the MCU and reduce
39 * UART transmit operations have a known transmit size and are queued to the
41 * only queued to the DMA controller when data is waiting to be sent.
57 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_systick/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
40 * While one would expect a clock divider to delay an interrupt occurrence this implementation
41 * seems to hasten the interrupt occurrence. For example, if the SYSTICK clock divider is set
42 * to 1, 453 interrupts occur in a 30-second interval. If the SYSTICK clock divider is set
43 * to 2, one would expect to see half the interrupt count however twice the interrupts occure as
48 …* divider becomes static, changes seem to have no effect. Once the clock was running, the effecti…
56 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_clkout/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This example shows how to use the SYSCTL driver to driver a specific
36 * clock source on the CLKOUT pin. To use this example, you'll need to
37 * connect an oscilloscope to the CLKOUT pin on your board. See the
45 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_eeprom/example/
A Dreadme.dox2 * @brief EEPROM example using IAP command to read/write from/to EEPROM
18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This examples uses the IAP commands to read and write a small test
36 * string from and to the EEPROM.<br>
43 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This example shows how to configure I2C as a bus slave in polling mode using
42 * If this demo is running correctly and is correctly connected to a master that
44 * requirements, this example is best used as a reference on how to use the ROM
49 * This example requires a connection via I2C to a I2C master. The I2C master writes a byte
50 * to the slave which controls the slave's LED state (0 or 1). The master can also read the
55 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This example shows how to configure I2C as a bus slave in interrupt mode using
42 * If this demo is running correctly and is correctly connected to a master that
44 * requirements, this example is best used as a reference on how to use the ROM
49 * This example requires a connection via I2C to a I2C master. The I2C master writes a byte
50 * to the slave which controls the slave's LED state (0 or 1). The master can also read the
55 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This example shows how to configure SPI as a bus slave in interrupt mode using
38 …* This example configures SPI as a slave to read an array of 4 words of 16 bits using interrupt mo…
40 * To test the example a SPI master needs to be connected, the SPI master needs to keep transmitting
45 * A SPI master should be connected to test this example the SPI connections are as below: <br>
53 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * The example shows how to us USBD ROM stack to creates a composite device. A USB
38 * a HID-mouse interfaces are combined together to form a composite device. The VCOM interface
43 * Connect the USB cable between micro connector on board and to a host.
44 * When connected to Windows host use the .inf included with the LPCOPen example
52 * to get started building LPCOpen projects.
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/
A Dreadme.dox18 * or to any products. NXP Semiconductors reserves the right to make changes
24 * Permission to use, copy, modify, and distribute this software and its
35 * This example shows how to configure SPI as a bus slave in polling mode using
38 * This example configures SPI as a slave to read an array of 4 words of 16 bits using polling mode.
40 * To test the example a SPI master needs to be connected, the SPI master needs to keep transmitting
45 * A SPI master should be connected to test this example the SPI connections are as below: <br>
53 * to get started building LPCOpen projects.

Completed in 39 milliseconds

123456