Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpio_etm_ll.h17 #define GPIO_LL_ETM_EVENT_ID_POS_EDGE(ch) (GPIO_EVT_CH0_RISE_EDGE + (ch)) argument
18 #define GPIO_LL_ETM_EVENT_ID_NEG_EDGE(ch) (GPIO_EVT_CH0_FALL_EDGE + (ch)) argument
19 #define GPIO_LL_ETM_EVENT_ID_ANY_EDGE(ch) (GPIO_EVT_CH0_ANY_EDGE + (ch)) argument
21 #define GPIO_LL_ETM_TASK_ID_SET(ch) (GPIO_TASK_CH0_SET + (ch)) argument
22 #define GPIO_LL_ETM_TASK_ID_CLR(ch) (GPIO_TASK_CH0_CLEAR + (ch)) argument
23 #define GPIO_LL_ETM_TASK_ID_TOG(ch) (GPIO_TASK_CH0_TOGGLE + (ch)) argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_etm_ll.h17 #define GPIO_LL_ETM_EVENT_ID_POS_EDGE(ch) (GPIO_EVT_CH0_RISE_EDGE + (ch)) argument
18 #define GPIO_LL_ETM_EVENT_ID_NEG_EDGE(ch) (GPIO_EVT_CH0_FALL_EDGE + (ch)) argument
19 #define GPIO_LL_ETM_EVENT_ID_ANY_EDGE(ch) (GPIO_EVT_CH0_ANY_EDGE + (ch)) argument
21 #define GPIO_LL_ETM_TASK_ID_SET(ch) (GPIO_TASK_CH0_SET + (ch)) argument
22 #define GPIO_LL_ETM_TASK_ID_CLR(ch) (GPIO_TASK_CH0_CLEAR + (ch)) argument
23 #define GPIO_LL_ETM_TASK_ID_TOG(ch) (GPIO_TASK_CH0_TOGGLE + (ch)) argument
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-sbc.c263 OI_UINT ch; in OI_SBC_SynthFrame_80() local
281 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_80()
282 DCT2_8(context->common.filterBuffer[ch] + offset, s); in OI_SBC_SynthFrame_80()
283 SYNTH80(pcm + ch, context->common.filterBuffer[ch] + offset, pcmStrideShift); in OI_SBC_SynthFrame_80()
294 OI_UINT ch; in OI_SBC_SynthFrame_4SB() local
311 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_4SB()
312 cosineModulateSynth4(context->common.filterBuffer[ch] + offset, s); in OI_SBC_SynthFrame_4SB()
313 SynthWindow40_int32_int32_symmetry_with_sum(pcm + ch, in OI_SBC_SynthFrame_4SB()
314 context->common.filterBuffer[ch] + offset, in OI_SBC_SynthFrame_4SB()
328 OI_UINT ch; in OI_SBC_SynthFrame_Enhanced() local
[all …]
Dbitalloc.c131 OI_UINT ch, in computeBitneed() argument
150 OI_INT8 *scale_factor = &common->scale_factor[ch ? nrof_subbands : 0]; in computeBitneed()
355 OI_UINT ch, in oneChannelBitAllocation() argument
375 allocBits = &common->bits.uint8[ch ? nrof_subbands : 0]; in oneChannelBitAllocation()
/hal_espressif-latest/components/wpa_supplicant/port/
Dos_xtensa.c72 int tolower(unsigned char ch) { in tolower() argument
73 if (ch >= 'A' && ch <= 'Z') in tolower()
74 ch = 'a' + (ch - 'A'); in tolower()
76 return ch; in tolower()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dslip.c17 void SLIP_send_frame_data(char ch) { in SLIP_send_frame_data() argument
18 if(ch == '\xc0') { in SLIP_send_frame_data()
21 } else if (ch == '\xdb') { in SLIP_send_frame_data()
25 stub_tx_one_char(ch); in SLIP_send_frame_data()
Dstub_io.c115 static void stub_cdcacm_write_char(char ch) in stub_cdcacm_write_char() argument
117 s_cdcacm_txbuf[s_cdcacm_txpos++] = ch; in stub_cdcacm_write_char()
118 if (ch == '\xc0' || s_cdcacm_txpos == sizeof(s_cdcacm_txbuf)) { in stub_cdcacm_write_char()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_console_loader.c47 static void bootloader_console_write_one_char_usb(char ch) in bootloader_console_write_one_char_usb() argument
49 cdc_txbuf[cdc_txpos++] = ch; in bootloader_console_write_one_char_usb()
50 if (ch == '\n' || cdc_txpos == sizeof(cdc_txbuf)) { in bootloader_console_write_one_char_usb()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h17 int uart_rx_one_char(uint8_t *ch);
19 int uart_tx_one_char(char ch);
23 int uart_tx_one_char2(char ch);
24 #define uart_tx_one_char(ch) uart_tx_one_char2(ch) argument
Dslip.h18 void SLIP_send_frame_data(char ch);
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c614 adc2_channel_t ch = ADC2_CHANNEL_MAX; in adc_vref_to_gpio() local
618 ch = i; in adc_vref_to_gpio()
622 if (ch == ADC2_CHANNEL_MAX) { in adc_vref_to_gpio()
629 adc_ll_vref_output(ADC_UNIT_1, ch, true); in adc_vref_to_gpio()
633 adc_ll_vref_output(ADC_UNIT_2, ch, true); in adc_vref_to_gpio()
638 adc_common_gpio_init(ADC_UNIT_2, ch); in adc_vref_to_gpio()
Di2s_legacy.c1039 esp_err_t i2s_set_clk(i2s_port_t i2s_num, uint32_t rate, uint32_t bits_cfg, i2s_channel_t ch) in i2s_set_clk() argument
1065 …slot_cfg->slot_mode = ((ch & 0xFFFF) == I2S_CHANNEL_MONO) ? I2S_SLOT_MODE_MONO : I2S_SLOT_MODE_STE… in i2s_set_clk()
1081 uint32_t slot_mask = ch >> 16; in i2s_set_clk()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h131 OI_UINT ch,
136 OI_UINT ch,
/hal_espressif-latest/components/driver/deprecated/driver/
Di2s.h314 esp_err_t i2s_set_clk(i2s_port_t i2s_num, uint32_t rate, uint32_t bits_cfg, i2s_channel_t ch);
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-P4.rst23ch cycle. 0: control by register. 1: 8 km clk cycl