/lk-master/external/platform/pico/rp2_common/hardware_clocks/scripts/ |
A D | vcocalc.py | 18 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 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()
|
/lk-master/dev/class/ |
A D | netif_api.c | 61 if (ops->output) in class_netif_output() 62 return ops->output(dev, p); in class_netif_output()
|
/lk-master/target/sifive-unleashed/dt/ |
A D | hifive-unleashed-a00.dts | 34 clock-output-names = "hfclk"; 41 clock-output-names = "rtcclk";
|
/lk-master/platform/rp20xx/tools/ |
A D | uf2conv.py | 328 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 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 …]
|
/lk-master/scripts/ |
A D | do-writelpc | 15 echo output device does not exist
|
/lk-master/ |
A D | lk_inc.mk.example | 13 # set the directory relative to LKMAKEROOT where output will go
|
/lk-master/dev/include/dev/class/ |
A D | netif.h | 26 status_t (*output)(struct device *dev, struct pbuf *p); member
|
/lk-master/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
|
/lk-master/platform/cc13xx/include/platform/ |
A D | ti-rf-prop.h | 137 rf_prop_output_t *output; member
|
/lk-master/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()
|
/lk-master/external/lib/lwip/netif/ |
A D | ethernetif.c | 306 netif->output = etharp_output;
|
/lk-master/external/lib/lwip/ |
A D | netif.c | 80 netif->output = etharp_output; in local_netif_init()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | netif.h | 151 netif_output_fn output; member
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_clkout/example/ |
A D | readme.dox | 32 /** @defgroup EXAMPLES_PERIPH_15XX_CLKOUT LPC15xx Clock output example
|
/lk-master/arch/arm/ |
A D | system-onesegment.ld | 47 /* .ARM.exidx is sorted, so has to go in its own output section. */
|
A D | system-twosegment.ld | 46 /* .ARM.exidx is sorted, so has to go in its own output section. */
|
/lk-master/arch/arm64/ |
A D | system-onesegment.ld | 45 /* .ARM.exidx is sorted, so has to go in its own output section. */
|
/lk-master/platform/armemu/ |
A D | net.c | 335 netif->output = ethernetif_output; in ethernetif_init()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_acmp/example/ |
A D | readme.dox | 40 * voltage ladder output is set to around 50% of Vdd.
|
/lk-master/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>
|
/lk-master/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>
|
/lk-master/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);
|
/lk-master/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.
|