Home
last modified time | relevance | path

Searched refs:output (Results 1 – 22 of 22) sorted by relevance

/external/platform/pico/rp2_common/hardware_clocks/scripts/
A Dvcocalc.py24 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 Dpico_mbedtls.c6 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 Dgpio_15xx.c93 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 Dnrfx.doxyfile56 # 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 Dreadme.dox39 * 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 Dip6.c143 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 Dethernetif.c306 netif->output = etharp_output;
A Dslipif.c333 netif->output = slipif_output; in slipif_init()
/external/lib/lwip/
A Dnetif.c80 netif->output = etharp_output; in local_netif_init()
/external/platform/lpc15xx/lpcopen/periph_clkout/example/
A Dreadme.dox32 /** @defgroup EXAMPLES_PERIPH_15XX_CLKOUT LPC15xx Clock output example
/external/lib/lwip/include/lwip/
A Dnetif.h151 netif_output_fn output; member
/external/platform/lpc15xx/lpcopen/periph_pmu/example/
A Dreadme.dox45 * The UART serial output from the board will announce each power state change.<br>
/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/
A Dreadme.dox45 * The UART serial output from the board will announce each power state change.<br>
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dgpio_15xx.h171 void Chip_GPIO_SetPinDIR(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin, bool output);
/external/platform/lpc15xx/lpcopen/periph_acmp/example/
A Dreadme.dox40 * voltage ladder output is set to around 50% of Vdd.
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/
A Dreadme.dox39 * The received data is output through the Debug UART port.
/external/lib/lwip/core/ipv4/
A Dip_frag.c829 netif->output(netif, header, dest); in ip_frag()
842 netif->output(netif, rambuf, dest); in ip_frag()
A Dip.c283 netif->output(netif, p, &current_iphdr_dest); in ip_forward()
797 return netif->output(netif, p, dest);
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/
A Dreadme.dox39 * The received data is output through the Debug UART port.
/external/lib/lwip/core/
A Dnetif.c100 netif->output = netif_loop_output; in netif_loopif_init()
/external/lib/lwip/netif/ppp/
A Dppp.c1327 netif->output = pppifOutput; in pppifNetifInit()
/external/platform/nrfx/
A DCHANGELOG.md87 …ure in the PWM driver. Previously in very specific circumstances the PWM output might be not stopp…

Completed in 50 milliseconds