Home
last modified time | relevance | path

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

12

/lk-master/external/platform/pico/rp2_common/hardware_clocks/scripts/
A Dvcocalc.py18 best_margin = args.output
28 margin = abs(out - args.output)
33 print("Requested: {} MHz".format(args.output))
/lk-master/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()
/lk-master/dev/class/
A Dnetif_api.c61 if (ops->output) in class_netif_output()
62 return ops->output(dev, p); in class_netif_output()
/lk-master/target/sifive-unleashed/dt/
A Dhifive-unleashed-a00.dts34 clock-output-names = "hfclk";
41 clock-output-names = "rtcclk";
/lk-master/platform/rp20xx/tools/
A Duf2conv.py328 if args.output == None:
329 args.output = "flash." + ext
333 if args.output:
334 write_file(args.output, outbuf)
/lk-master/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 …]
/lk-master/scripts/
A Ddo-writelpc15 echo output device does not exist
/lk-master/
A Dlk_inc.mk.example13 # set the directory relative to LKMAKEROOT where output will go
/lk-master/dev/include/dev/class/
A Dnetif.h26 status_t (*output)(struct device *dev, struct pbuf *p); member
/lk-master/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
/lk-master/platform/cc13xx/include/platform/
A Dti-rf-prop.h137 rf_prop_output_t *output; member
/lk-master/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()
/lk-master/external/lib/lwip/netif/
A Dethernetif.c306 netif->output = etharp_output;
/lk-master/external/lib/lwip/
A Dnetif.c80 netif->output = etharp_output; in local_netif_init()
/lk-master/external/lib/lwip/include/lwip/
A Dnetif.h151 netif_output_fn output; member
/lk-master/external/platform/lpc15xx/lpcopen/periph_clkout/example/
A Dreadme.dox32 /** @defgroup EXAMPLES_PERIPH_15XX_CLKOUT LPC15xx Clock output example
/lk-master/arch/arm/
A Dsystem-onesegment.ld47 /* .ARM.exidx is sorted, so has to go in its own output section. */
A Dsystem-twosegment.ld46 /* .ARM.exidx is sorted, so has to go in its own output section. */
/lk-master/arch/arm64/
A Dsystem-onesegment.ld45 /* .ARM.exidx is sorted, so has to go in its own output section. */
/lk-master/platform/armemu/
A Dnet.c335 netif->output = ethernetif_output; in ethernetif_init()
/lk-master/external/platform/lpc15xx/lpcopen/periph_acmp/example/
A Dreadme.dox40 * voltage ladder output is set to around 50% of Vdd.
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/
A Dreadme.dox45 * The UART serial output from the board will announce each power state change.<br>
/lk-master/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>
/lk-master/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);
/lk-master/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/
A Dreadme.dox39 * The received data is output through the Debug UART port.

Completed in 95 milliseconds

12