| /external/platform/pico/rp2_common/hardware_clocks/scripts/ |
| A D | vcocalc.py | 24 best_margin = args.output 35 margin = abs(out - args.output) 40 print("Requested: {} MHz".format(args.output))
|
| /external/platform/pico/rp2_common/pico_mbedtls/ |
| A D | pico_mbedtls.c | 6 int mbedtls_hardware_poll(void *data __unused, unsigned char *output, size_t len, size_t *olen) { in mbedtls_hardware_poll() argument 11 memcpy(output + *olen, &rand_data, to_copy); in mbedtls_hardware_poll()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | gpio_15xx.c | 93 void Chip_GPIO_SetPinDIR(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin, bool output) in Chip_GPIO_SetPinDIR() argument 95 if (output) { in Chip_GPIO_SetPinDIR()
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 56 # the logo to the output directory. 68 # directories (in 2 levels) under the output directory of each output format and 695 # output files in an output format independent way. To create the layout file 1195 # in the HTML output. For a value of 0 the output will use grayscales only. A 1204 # gradually make the output lighter, whereas values above 100 make the output 1318 # written to the html output directory. 1370 # the HTML output folder. 1670 # written to the output directory. 1846 # output) instead of page references. This makes the output suitable for online 1948 # of the XML output. [all …]
|
| /external/platform/lpc15xx/lpcopen/periph_dac/example/ |
| A D | readme.dox | 39 * The timer is set up to generate interrupts at 2KHz i.e. 20 DAC output samples 42 * crosses the 12bit boundary for DAC input. P0.12 is the set up as the DAC output
|
| /external/lib/lwip/core/ipv6/ |
| A D | ip6.c | 143 netif->output(netif, p, (struct ip_addr *)&(iphdr->dest)); in ip_forward() 307 return netif->output(netif, p, dest); in ip_output_if()
|
| /external/lib/lwip/netif/ |
| A D | ethernetif.c | 306 netif->output = etharp_output;
|
| A D | slipif.c | 333 netif->output = slipif_output; in slipif_init()
|
| /external/lib/lwip/ |
| A D | netif.c | 80 netif->output = etharp_output; in local_netif_init()
|
| /external/platform/lpc15xx/lpcopen/periph_clkout/example/ |
| A D | readme.dox | 32 /** @defgroup EXAMPLES_PERIPH_15XX_CLKOUT LPC15xx Clock output example
|
| /external/lib/lwip/include/lwip/ |
| A D | netif.h | 151 netif_output_fn output; member
|
| /external/platform/lpc15xx/lpcopen/periph_pmu/example/ |
| A D | readme.dox | 45 * The UART serial output from the board will announce each power state change.<br>
|
| /external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/ |
| A D | readme.dox | 45 * The UART serial output from the board will announce each power state change.<br>
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | gpio_15xx.h | 171 void Chip_GPIO_SetPinDIR(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin, bool output);
|
| /external/platform/lpc15xx/lpcopen/periph_acmp/example/ |
| A D | readme.dox | 40 * voltage ladder output is set to around 50% of Vdd.
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/ |
| A D | readme.dox | 39 * The received data is output through the Debug UART port.
|
| /external/lib/lwip/core/ipv4/ |
| A D | ip_frag.c | 829 netif->output(netif, header, dest); in ip_frag() 842 netif->output(netif, rambuf, dest); in ip_frag()
|
| A D | ip.c | 283 netif->output(netif, p, ¤t_iphdr_dest); in ip_forward() 797 return netif->output(netif, p, dest);
|
| /external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/ |
| A D | readme.dox | 39 * The received data is output through the Debug UART port.
|
| /external/lib/lwip/core/ |
| A D | netif.c | 100 netif->output = netif_loop_output; in netif_loopif_init()
|
| /external/lib/lwip/netif/ppp/ |
| A D | ppp.c | 1327 netif->output = pppifOutput; in pppifNetifInit()
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 87 …ure in the PWM driver. Previously in very specific circumstances the PWM output might be not stopp…
|