/lk-master/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()
|
/lk-master/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, \
|
/lk-master/lib/tga/ |
A D | tga.c | 55 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 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()
|
/lk-master/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 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 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()
|
/lk-master/external/platform/pico/rp2_common/hardware_clocks/scripts/ |
A D | vcocalc.py | 21 vco = args.input * fbdiv 35 print("FBDIV: {} (VCO = {} MHz)".format(best[1], args.input * best[1]))
|
/lk-master/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);
|
/lk-master/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()
|
/lk-master/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,
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | aux_adc.h | 381 AUXADCSelectInput(uint32_t input) in AUXADCSelectInput() argument 383 HapiSelectADCCompBInput(input); in AUXADCSelectInput()
|
/lk-master/scripts/ |
A D | do-writelpc | 10 echo input file does not exist
|
/lk-master/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()
|
/lk-master/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
|
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 55 uint32_t (*translate_color)(uint32_t input);
|
/lk-master/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()
|
/lk-master/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()
|
/lk-master/platform/rp20xx/tools/ |
A D | uf2conv.py | 306 if not args.input: 308 with open(args.input, mode='rb') as f:
|