Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 39) sorted by relevance

12

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dinmux_15xx.h99 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()
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_lpcomp.h59 nrf_lpcomp_input_t input; /**< Input to be monitored. */ member
79 .input = _input, \
87 .input = _input, \
A Dnrfx_comp.h96 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 Dnrfx_adc.h98 .input = (nrf_adc_config_input_t)analog_input, \
/lk-master/lib/tga/
A Dtga.c55 static void decode_2byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_2byte() argument
56 const uint8_t *in = (const uint8_t *)input; in decode_2byte()
68 static void decode_3byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_3byte() argument
69 const uint8_t *in = (const uint8_t *)input; in decode_3byte()
76 static void decode_4byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_4byte() argument
77 const uint8_t *in = (const uint8_t *)input; in decode_4byte()
/lk-master/external/lib/lwip/api/
A Dnetifapi.c53 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()
/lk-master/external/platform/pico/rp2_common/hardware_adc/include/hardware/
A Dadc.h86 static inline void adc_select_input(uint input) { in adc_select_input() argument
87 invalid_params_if(ADC, input > 4); in adc_select_input()
88 hw_write_masked(&adc_hw->cs, input << ADC_CS_AINSEL_LSB, ADC_CS_AINSEL_BITS); in adc_select_input()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c737 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 Dnrfx_lpcomp.c104 nrf_lpcomp_input_select(NRF_LPCOMP, p_config->input); in nrfx_lpcomp_init()
/lk-master/external/platform/pico/rp2_common/hardware_clocks/scripts/
A Dvcocalc.py21 vco = args.input * fbdiv
35 print("FBDIV: {} (VCO = {} MHz)".format(best[1], args.input * best[1]))
/lk-master/external/lib/lwip/include/lwip/
A Dnetifapi.h60 netif_input_fn input; member
82 netif_input_fn input);
A Dnetif.h147 netif_input_fn input; member
260 ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input);
/lk-master/external/lib/lwip/netif/ppp/
A Dchpms.c138 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()
/lk-master/external/platform/lpc15xx/lpcopen/periph_acmp/example/
A Dreadme.dox37 * 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,
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Daux_adc.h381 AUXADCSelectInput(uint32_t input) in AUXADCSelectInput() argument
383 HapiSelectADCCompBInput(input); in AUXADCSelectInput()
/lk-master/scripts/
A Ddo-writelpc10 echo input file does not exist
/lk-master/external/platform/nrfx/hal/
A Dnrf_lpcomp.h178 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 Dnrf_comp.h261 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 Dnrf_adc.h125 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 Dnrf_gpio.h196 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()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dac/example/
A Dreadme.dox40 * 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
/lk-master/lib/gfx/include/lib/
A Dgfx.h55 uint32_t (*translate_color)(uint32_t input);
/lk-master/external/lib/lwip/core/
A Dnetif.c140 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()
/lk-master/external/lib/lwip/netif/
A Dslipif.c272 if (netif->input(p, netif) != ERR_OK) { in slipif_rxbyte_input()
427 if (netif->input(p, netif) != ERR_OK) { in slipif_process_rxqueue()
/lk-master/platform/rp20xx/tools/
A Duf2conv.py306 if not args.input:
308 with open(args.input, mode='rb') as f:

Completed in 41 milliseconds

12