Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 29) sorted by relevance

12

/lk-master/dev/include/dev/class/
A Dnetif.h25 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 Dnetif_api.c45 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 Dppp_oe.h151 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 Dip_addr.c114 #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 Dgpio.c49 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 Dstart.S33 # set up small data pointers
/lk-master/external/platform/lpc15xx/lpcopen/periph_rtc/example/
A Dreadme.dox36 * 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 Dfsm.h106 void (*up)(fsm*); /* Called when fsm reaches LS_OPENED state */ member
A Dfsm.c512 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 Dppp.c594 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 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/arch/m68k/
A Dlinker.ld66 /* Align the end to ensure anything after the kernel ends up on its own pages */
/lk-master/arch/mips/
A Dmips.ld85 /* 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 DREADME.md22 - x86-32 and x86-64 386 up through modern cores
/lk-master/arch/riscv/
A Dlinker-onesegment.ld85 /* Align the end to ensure anything after the kernel ends up on its own pages */
A Dlinker-twosegment.ld98 /* 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 Dgpio.h161 void gpio_set_pulls(uint gpio, bool up, bool down);
/lk-master/external/platform/lpc15xx/lpcopen/periph_ritimer/example/
A Dreadme.dox36 * RIT. The example sets up a periodic interrupt at a selected time
/lk-master/arch/arm64/
A Dsystem-onesegment.ld114 /* 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 Dreadme.dox41 * Adjust the POT up and down to adjust the voltage into the analog
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/
A Dreadme.dox35 * 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 Dreadme.dox35 * The PMU example demonstrates power state change using the RTC timer to wake-up
/lk-master/external/platform/lpc15xx/lpcopen/periph_iap/example/
A Dreadme.dox42 * 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 Dreadme.dox44 * 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 Dfloat_v1_rom_shim.S269 @ here a shift up by r2 places

Completed in 44 milliseconds

12