| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | inmux_15xx.h | 99 STATIC INLINE void Chip_INMUX_SelectSCT0Src(uint8_t input, SCT0_INMUX_T src) in Chip_INMUX_SelectSCT0Src() argument 101 LPC_INMUX->SCT0_INMUX[input] = (uint32_t) src; in Chip_INMUX_SelectSCT0Src() 137 STATIC INLINE void Chip_INMUX_SelectSCT1Src(uint8_t input, SCT1_INMUX_T src) in Chip_INMUX_SelectSCT1Src() argument 139 LPC_INMUX->SCT1_INMUX[input] = (uint32_t) src; in Chip_INMUX_SelectSCT1Src() 173 STATIC INLINE void Chip_INMUX_SelectSCT2Src(uint8_t input, SCT2_INMUX_T src) in Chip_INMUX_SelectSCT2Src() argument 175 LPC_INMUX->SCT2_INMUX[input] = (uint32_t) src; in Chip_INMUX_SelectSCT2Src() 209 STATIC INLINE void Chip_INMUX_SelectSCT3Src(uint8_t input, SCT3_INMUX_T src) in Chip_INMUX_SelectSCT3Src() argument 211 LPC_INMUX->SCT3_INMUX[input] = (uint32_t) src; in Chip_INMUX_SelectSCT3Src()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_lpcomp.h | 59 nrf_lpcomp_input_t input; /**< Input to be monitored. */ member 79 .input = _input, \ 87 .input = _input, \
|
| A D | nrfx_comp.h | 96 nrf_comp_input_t input; /**< Input to be monitored. */ member 130 .input = (nrf_comp_input_t)_input, \ 141 .input = (nrf_comp_input_t)_input, \
|
| A D | nrfx_adc.h | 98 .input = (nrf_adc_config_input_t)analog_input, \
|
| /external/lib/lwip/api/ |
| A D | netifapi.c | 53 msg->msg.add.input)) { in do_netifapi_netif_add() 104 netif_input_fn input) in netifapi_netif_add() argument 114 msg.msg.msg.add.input = input; in netifapi_netif_add()
|
| /external/platform/pico/rp2_common/hardware_clocks/scripts/ |
| A D | vcocalc.py | 21 refdiv_range = range(refdiv_min, max(refdiv_min, min(refdiv_max, int(args.input / args.ref_min))) +… 28 vco = args.input / refdiv * fbdiv 43 print("FBDIV: {} (VCO = {} MHz)".format(best[1], args.input / best[4] * best[1]))
|
| /external/platform/pico/rp2_common/hardware_adc/include/hardware/ |
| A D | adc.h | 86 static inline void adc_select_input(uint input) { in adc_select_input() argument 87 valid_params_if(ADC, input < NUM_ADC_CHANNELS); in adc_select_input() 88 hw_write_masked(&adc_hw->cs, input << ADC_CS_AINSEL_LSB, ADC_CS_AINSEL_BITS); in adc_select_input()
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_gpiote.c | 737 static bool input_read_and_check(uint32_t * input, uint32_t * pins_to_check) in input_read_and_check() argument 748 uint32_t input_diff = input[port_idx] ^ new_input[port_idx]; in input_read_and_check() 749 input[port_idx] = new_input[port_idx]; in input_read_and_check() 765 static void port_event_handle(uint32_t * input) in port_event_handle() argument 787 bool pin_state = nrf_bitmask_bit_is_set(pin, input); in port_event_handle() 818 } while (input_read_and_check(input, pins_to_check)); in port_event_handle() 825 uint32_t input[GPIO_COUNT] = {0}; in nrfx_gpiote_irq_handler() local 853 nrf_gpio_latches_read_and_clear(0, GPIO_COUNT, input); in nrfx_gpiote_irq_handler() 855 nrf_gpio_ports_read(0, GPIO_COUNT, input); in nrfx_gpiote_irq_handler() 885 port_event_handle(input); in nrfx_gpiote_irq_handler()
|
| A D | nrfx_lpcomp.c | 104 nrf_lpcomp_input_select(NRF_LPCOMP, p_config->input); in nrfx_lpcomp_init()
|
| A D | nrfx_comp.c | 134 nrf_comp_input_select(NRF_COMP, p_config->input); in nrfx_comp_init()
|
| /external/lib/lwip/netif/ppp/ |
| A D | chpms.c | 138 u_char *input, 227 Get7Bits( u_char *input, int startBit) in Get7Bits() argument 231 word = (unsigned)input[startBit / 8] << 8; in Get7Bits() 232 word |= (unsigned)input[startBit / 8 + 1]; in Get7Bits()
|
| A D | ppp.c | 1642 if ((vj_uncompress_tcp(&nb, &pppControl[pd].vjComp) >= 0) && (pppControl[pd].netif.input)) { in pppInput() 1643 pppControl[pd].netif.input(nb, &pppControl[pd].netif); in pppInput() 1661 if ((vj_uncompress_uncomp(nb, &pppControl[pd].vjComp) >= 0) && pppControl[pd].netif.input) { in pppInput() 1662 pppControl[pd].netif.input(nb, &pppControl[pd].netif); in pppInput() 1677 if (pppControl[pd].netif.input) { in pppInput() 1678 pppControl[pd].netif.input(nb, &pppControl[pd].netif); in pppInput() 1694 (*protp->input)(pd, nb->payload, nb->len); in pppInput()
|
| /external/lib/lwip/include/lwip/ |
| A D | netifapi.h | 60 netif_input_fn input; member 82 netif_input_fn input);
|
| A D | netif.h | 147 netif_input_fn input; member 260 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input);
|
| /external/platform/lpc15xx/lpcopen/periph_acmp/example/ |
| A D | readme.dox | 37 * This example configures the positive voltage input as the voltage 39 * The negative voltage input is obtained from the voltage ladder, the 42 * comparator. When the voltage crosses the negative voltage input,
|
| /external/platform/cc13xx/cc13xxware/driverlib/ |
| A D | aux_adc.h | 381 AUXADCSelectInput(uint32_t input) in AUXADCSelectInput() argument 383 HapiSelectADCCompBInput(input); in AUXADCSelectInput()
|
| /external/platform/nrfx/hal/ |
| A D | nrf_lpcomp.h | 178 NRF_STATIC_INLINE void nrf_lpcomp_input_select(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_input_t input); 334 NRF_STATIC_INLINE void nrf_lpcomp_input_select(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_input_t input) in nrf_lpcomp_input_select() argument 339 p_reg->PSEL = ((uint32_t)input << LPCOMP_PSEL_PSEL_Pos) | in nrf_lpcomp_input_select()
|
| A D | nrf_comp.h | 261 NRF_STATIC_INLINE void nrf_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input); 428 NRF_STATIC_INLINE void nrf_comp_input_select(NRF_COMP_Type * p_reg, nrf_comp_input_t input) in nrf_comp_input_select() argument 430 p_reg->PSEL = ((uint32_t)input << COMP_PSEL_PSEL_Pos); in nrf_comp_input_select()
|
| A D | nrf_adc.h | 125 nrf_adc_config_input_t input; /**< ADC input selection. */ member 342 |((p_config->input << ADC_CONFIG_PSEL_Pos) & ADC_CONFIG_PSEL_Msk) in nrf_adc_init()
|
| A D | nrf_gpio.h | 196 nrf_gpio_pin_input_t input, 578 nrf_gpio_pin_input_t input, in nrf_gpio_cfg() argument 586 | ((uint32_t)input << GPIO_PIN_CNF_INPUT_Pos) in nrf_gpio_cfg()
|
| /external/platform/lpc15xx/lpcopen/periph_dac/example/ |
| A D | readme.dox | 40 * for every sawtooth waveform. At the occurrence of the DAC interrupt the DAC input 42 * crosses the 12bit boundary for DAC input. P0.12 is the set up as the DAC output
|
| /external/lib/lwip/core/ |
| A D | netif.c | 140 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) in netif_add() argument 175 netif->input = input; in netif_add()
|
| /external/lib/lwip/netif/ |
| A D | slipif.c | 272 if (netif->input(p, netif) != ERR_OK) { in slipif_rxbyte_input() 427 if (netif->input(p, netif) != ERR_OK) { in slipif_process_rxqueue()
|
| A D | ethernetif.c | 248 if (netif->input(p, netif)!=ERR_OK)
|
| /external/lib/lwip/ |
| A D | netif.c | 146 if (nif->netif.input(p, &nif->netif) != ERR_OK) in class_netstack_input()
|