/lk-master/dev/include/dev/class/ |
A D | netif.h | 25 status_t (*set_status)(struct device *dev, bool up); 36 status_t class_netif_set_status(struct device *dev, bool up);
|
/lk-master/dev/class/ |
A D | netif_api.c | 45 status_t class_netif_set_status(struct device *dev, bool up) { in class_netif_set_status() argument 51 return ops->set_status(dev, up); in class_netif_set_status()
|
/lk-master/external/lib/lwip/include/netif/ |
A D | ppp_oe.h | 151 void (*sc_linkStatusCB)(int pd, int up); 174 err_t pppoe_create(struct netif *ethif, int pd, void (*linkStatusCB)(int pd, int up), struct pppoe_…
|
/lk-master/external/lib/lwip/core/ipv4/ |
A D | ip_addr.c | 114 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
/lk-master/external/platform/pico/rp2_common/hardware_gpio/ |
A D | gpio.c | 49 void gpio_set_pulls(uint gpio, bool up, bool down) { in gpio_set_pulls() argument 53 (!!up << PADS_BANK0_GPIO0_PUE_LSB) | (!!down << PADS_BANK0_GPIO0_PDE_LSB), in gpio_set_pulls()
|
/lk-master/arch/microblaze/ |
A D | start.S | 33 # set up small data pointers
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_rtc/example/ |
A D | readme.dox | 36 * to wake up the device from a sleep mode.<br> 41 * hook up the serial port to a terminal, you will get messages indicating
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | fsm.h | 106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member
|
A D | fsm.c | 512 if (f->callbacks->up) { in fsm_rconfreq() 513 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfreq() 573 if (f->callbacks->up) { in fsm_rconfack() 574 (*f->callbacks->up)(f); /* Inform upper layers */ in fsm_rconfack()
|
A D | ppp.c | 594 static void pppOverEthernetLinkStatusCB(int pd, int up); 1555 pppOverEthernetLinkStatusCB(int pd, int up) in pppOverEthernetLinkStatusCB() argument 1557 if(up) { in pppOverEthernetLinkStatusCB()
|
/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/arch/m68k/ |
A D | linker.ld | 66 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
/lk-master/arch/mips/ |
A D | mips.ld | 85 /* Adjust the address for the data segment. We want to adjust up to 86 the same address within the page on the next page up. */ 180 /* Align here to ensure that the .bss section occupies space up to
|
/lk-master/ |
A D | README.md | 22 - x86-32 and x86-64 386 up through modern cores
|
/lk-master/arch/riscv/ |
A D | linker-onesegment.ld | 85 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
A D | linker-twosegment.ld | 98 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
/lk-master/external/platform/pico/rp2_common/hardware_gpio/include/hardware/ |
A D | gpio.h | 161 void gpio_set_pulls(uint gpio, bool up, bool down);
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_ritimer/example/ |
A D | readme.dox | 36 * RIT. The example sets up a periodic interrupt at a selected time
|
/lk-master/arch/arm64/ |
A D | system-onesegment.ld | 114 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_acmp/example/ |
A D | readme.dox | 41 * Adjust the POT up and down to adjust the voltage into the analog
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/ |
A D | readme.dox | 35 * The PMU example demonstrates power state change using the RTC timer to wake-up
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/ |
A D | readme.dox | 35 * The PMU example demonstrates power state change using the RTC timer to wake-up
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_iap/example/ |
A D | readme.dox | 42 * Do not run this example too many times or set it up to repeatedly erase and
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_flashiap/example/ |
A D | readme.dox | 44 * Do not run this example too many times or set it up to repeatedly erase and
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_v1_rom_shim.S | 269 @ here a shift up by r2 places
|