Home
last modified time | relevance | path

Searched refs:down (Results 1 – 13 of 13) sorted by relevance

/lk-master/external/lib/lwip/netif/ppp/
A Dfsm.c190 if( f->callbacks->down ) { in fsm_lowerdown()
191 (*f->callbacks->down)(f); in fsm_lowerdown()
296 } else if( f->callbacks->down ) { in fsm_close()
479 if( f->callbacks->down ) { in fsm_rconfreq()
480 (*f->callbacks->down)(f); /* Inform upper layers */ in fsm_rconfreq()
580 if (f->callbacks->down) { in fsm_rconfack()
640 if (f->callbacks->down) { in fsm_rconfnakrej()
673 if (f->callbacks->down) { in fsm_rtermreq()
717 if (f->callbacks->down) { in fsm_rtermack()
788 if( f->callbacks->down ) { in fsm_protreject()
[all …]
A Dfsm.h107 void (*down)(fsm*); /* Called when fsm leaves LS_OPENED state */ member
/lk-master/scripts/
A Dattach.cmm1 sys.down
A Dlk.cmm8 sys.down
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_v1_rom_shim.S118 @ unpack arguments and shift one down to have common exponent
268 bmi 1f @ shift down?
285 @ here a shift down by -r2 places
297 @ here a long shift down
299 asrs r1,#31 @ shift down 32 places
/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/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_acmp/example/
A Dreadme.dox41 * Adjust the POT up and down to adjust the voltage into the analog
/lk-master/external/platform/nrfx/mdk/
A Dnrf51_common.ld156 /* Set stack top to end of RAM, and stack limit move down by
A Dnrf_common.ld154 /* Set stack top to end of RAM, and stack limit move down by
A Dnrf52_common.ld156 /* Set stack top to end of RAM, and stack limit move down by
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S194 @ here xe>=ye: need to shift y down r6 places
227 bne da_0 @ shift down required?
286 @ here a shift down by one place is required for normalisation
317 @ here ye>xe: need to shift x down r7 places
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile1571 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1575 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>

Completed in 21 milliseconds