Searched refs:down (Results 1 – 11 of 11) sorted by relevance
| /external/lib/lwip/netif/ppp/ |
| A D | fsm.c | 190 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 D | fsm.h | 107 void (*down)(fsm*); /* Called when fsm leaves LS_OPENED state */ member
|
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_v1_rom_shim.S | 117 @ unpack arguments and shift one down to have common exponent 267 bmi 1f @ shift down? 284 @ here a shift down by -r2 places 296 @ here a long shift down 298 asrs r1,#31 @ shift down 32 places
|
| /external/platform/pico/rp2_common/hardware_gpio/ |
| A D | gpio.c | 53 void gpio_set_pulls(uint gpio, bool up, bool down) { in gpio_set_pulls() argument 57 … (bool_to_bit(up) << PADS_BANK0_GPIO0_PUE_LSB) | (bool_to_bit(down) << PADS_BANK0_GPIO0_PDE_LSB), in gpio_set_pulls()
|
| /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
|
| /external/platform/nrfx/mdk/ |
| A D | nrf51_common.ld | 156 /* Set stack top to end of RAM, and stack limit move down by
|
| A D | nrf_common.ld | 154 /* Set stack top to end of RAM, and stack limit move down by
|
| A D | nrf52_common.ld | 156 /* Set stack top to end of RAM, and stack limit move down by
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 192 @ here xe>=ye: need to shift y down r6 places 225 bne da_0 @ shift down required? 284 @ here a shift down by one place is required for normalisation 315 @ here ye>xe: need to shift x down r7 places
|
| /external/platform/pico/rp2_common/hardware_gpio/include/hardware/ |
| A D | gpio.h | 206 void gpio_set_pulls(uint gpio, bool up, bool down);
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 1571 # <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 17 milliseconds