Skip to content

Commit 62d4115

Browse files
Shen765Lindazhxy
authored andcommitted
docs: Fix some typos
1 parent bf1b165 commit 62d4115

File tree

61 files changed

+96
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+96
-96
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ python:
1515
install:
1616
- requirements: docs/requirements.txt
1717

18-
# We need to list all the submodules included in documenation build by Doxygen
18+
# We need to list all the submodules included in documentation build by Doxygen
1919
submodules:
2020
include:
2121
- components/mqtt/esp-mqtt

components/app_trace/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ menu "Application Level Tracing"
207207
depends on APPTRACE_ENABLE
208208
default n
209209
help
210-
Enables supporrt for SEGGER SystemView tracing functionality.
210+
Enables support for SEGGER SystemView tracing functionality.
211211

212212
choice APPTRACE_SV_DEST
213213
prompt "SystemView destination"

components/bt/controller/esp32/Kconfig.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ config BTDM_CTRL_SCAN_BACKOFF_UPPERLIMITMAX
454454
default n
455455
help
456456
Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff procedure to
457-
minimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in active
457+
minimize collision of scan request PDUs from multiple scanners. If scan backoff is disabled, in active
458458
scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
459459

460460
config BTDM_CTRL_CHECK_CONNECT_IND_ACCESS_ADDRESS

components/bt/controller/esp32c3/Kconfig.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ config BT_CTRL_SCAN_BACKOFF_UPPERLIMITMAX
471471
default n
472472
help
473473
Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff procedure to
474-
minimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in active
474+
minimize collision of scan request PDUs from multiple scanners. If scan backoff is disabled, in active
475475
scanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.
476476

477477
config BT_BLE_ADV_DATA_LENGTH_ZERO_AUX

components/bt/host/bluedroid/api/include/api/esp_gap_ble_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ typedef struct {
10471047
} esp_ble_gap_periodic_adv_report_t;
10481048

10491049
/**
1050-
* @brief perodic adv sync establish parameters
1050+
* @brief periodic adv sync establish parameters
10511051
*/
10521052
typedef struct {
10531053
uint8_t status; /*!< periodic advertising sync status */

components/bt/host/bluedroid/bta/av/bta_av_aact.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ void bta_av_config_ind (tBTA_AV_SCB *p_scb, tBTA_AV_DATA *p_data)
11471147
p_info->media_type = p_scb->media_type;
11481148
p_info->seid = p_data->str_msg.msg.config_ind.int_seid;
11491149

1150-
/* Sep type of Peer will be oppsite role to our local sep */
1150+
/* Sep type of Peer will be opposite role to our local sep */
11511151
if (local_sep == AVDT_TSEP_SRC) {
11521152
p_info->tsep = AVDT_TSEP_SNK;
11531153
} else if (local_sep == AVDT_TSEP_SNK) {

components/bt/host/bluedroid/bta/hf_ag/bta_ag_cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ void bta_hf_ag_bqb_brsf_ctrl(BOOLEAN enable)
358358
#endif /* BT_HF_AG_BQB_INCLUDED */
359359

360360
/*******************************************
361-
* Funcitons Result
361+
* Function Results
362362
********************************************/
363363
/*******************************************************************************
364364
**

components/bt/host/bluedroid/external/sbc/decoder/include/oi_codec_sbc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ OI_STATUS OI_CODEC_SBC_DecodeFrame(OI_CODEC_SBC_DECODER_CONTEXT *context,
372372
*
373373
* @param frameData Pointer to the SBC data.
374374
*
375-
* @param frameBytes Number of bytes avaiable in the frameData buffer
375+
* @param frameBytes Number of bytes available in the frameData buffer
376376
*
377377
*/
378378
OI_UINT8 OI_CODEC_SBC_FrameCount(OI_BYTE *frameData,

components/bt/host/bluedroid/external/sbc/encoder/srce/sbc_encoder.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/******************************************************************************
2020
*
21-
* contains code for encoder flow and initalization of encoder
21+
* contains code for encoder flow and initialization of encoder
2222
*
2323
******************************************************************************/
2424

@@ -62,7 +62,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
6262
pstrEncParams->ps16NextPcmBuffer = pstrEncParams->as16PcmBuffer;
6363
#endif
6464
do {
65-
/* SBC ananlysis filter*/
65+
/* SBC analysis filter*/
6666
if (s32NumOfSubBands == 4) {
6767
SbcAnalysisFilter4(pstrEncParams);
6868
} else {
@@ -73,7 +73,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
7373
ps16ScfL = pstrEncParams->as16ScaleFactor;
7474
s32Ch = pstrEncParams->s16NumOfChannels * s32NumOfSubBands;
7575

76-
pstrEncParams->ps16NextPcmBuffer += s32Ch * s32NumOfBlocks; /* in case of multible sbc frame to encode update the pcm pointer */
76+
pstrEncParams->ps16NextPcmBuffer += s32Ch * s32NumOfBlocks; /* in case of multiple sbc frame to encode update the pcm pointer */
7777

7878
for (s32Sb = 0; s32Sb < s32Ch; s32Sb++) {
7979
SbBuffer = pstrEncParams->s32SbBuffer + s32Sb;
@@ -101,7 +101,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
101101
/* In case of JS processing,check whether to use JS */
102102
#if (SBC_JOINT_STE_INCLUDED == TRUE)
103103
if (pstrEncParams->s16ChannelMode == SBC_JOINT_STEREO) {
104-
/* Calculate sum and differance scale factors for making JS decision */
104+
/* Calculate sum and difference scale factors for making JS decision */
105105
ps16ScfL = pstrEncParams->as16ScaleFactor ;
106106
/* calculate the scale factor of Joint stereo max sum and diff */
107107
for (s32Sb = 0; s32Sb < s32NumOfSubBands - 1; s32Sb++) {
@@ -191,7 +191,7 @@ void SBC_Encoder(SBC_ENC_PARAMS *pstrEncParams)
191191
}
192192

193193
/****************************************************************************
194-
* InitSbcAnalysisFilt - Initalizes the input data to 0
194+
* InitSbcAnalysisFilt - Initializes the input data to 0
195195
*
196196
* RETURNS : N/A
197197
*/
@@ -306,7 +306,7 @@ void SBC_Encoder_Init(SBC_ENC_PARAMS *pstrEncParams)
306306
/* allocation method: loudness */
307307
pstrEncParams->s16AllocationMethod = SBC_LOUDNESS;
308308

309-
/* set the header paramers, unused for mSBC */
309+
/* set the header parameters, unused for mSBC */
310310
pstrEncParams->FrameHeader = 0;
311311
}
312312

components/driver/touch_sensor/esp32s2/include/driver/touch_sensor_legacy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ esp_err_t touch_pad_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth);
333333
/**
334334
* @brief Force reset benchmark to raw data of touch sensor.
335335
* @param touch_num touch pad index
336-
* - TOUCH_PAD_MAX Reset basaline of all channels
336+
* - TOUCH_PAD_MAX Reset baseline of all channels
337337
* @return
338338
* - ESP_OK Success
339339
*/

components/driver/touch_sensor/esp32s3/include/driver/touch_sensor_legacy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ esp_err_t touch_pad_filter_read_smooth(touch_pad_t touch_num, uint32_t *smooth);
333333
/**
334334
* @brief Force reset benchmark to raw data of touch sensor.
335335
* @param touch_num touch pad index
336-
* - TOUCH_PAD_MAX Reset basaline of all channels
336+
* - TOUCH_PAD_MAX Reset baseline of all channels
337337
* @return
338338
* - ESP_OK Success
339339
*/

components/driver/touch_sensor/include/driver/touch_sensor_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ esp_err_t touch_pad_deinit(void);
4343
esp_err_t touch_pad_io_init(touch_pad_t touch_num);
4444

4545
/**
46-
* @brief Set touch sensor high voltage threshold of chanrge.
46+
* @brief Set touch sensor high voltage threshold of charge.
4747
* The touch sensor measures the channel capacitance value by charging and discharging the channel.
4848
* So the high threshold should be less than the supply voltage.
4949
* @param refh the value of DREFH

components/esp-tls/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ menu "ESP-TLS"
8484
config ESP_TLS_INSECURE
8585
bool "Allow potentially insecure options"
8686
help
87-
You can enable some potentially insecure options. These options should only be used for testing pusposes.
87+
You can enable some potentially insecure options. These options should only be used for testing purposes.
8888
Only enable these options if you are very sure.
8989

9090
config ESP_TLS_SKIP_SERVER_CERT_VERIFY

components/esp_adc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ menu "ADC and ADC Calibration"
5858

5959
config ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3
6060
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
61-
bool "Force use ADC2 continumous mode on ESP32S3 or ESP32C3"
61+
bool "Force use ADC2 continuous mode on ESP32S3 or ESP32C3"
6262
default n
6363
help
6464
On ESP32C3 and ESP32S3, ADC2 Digital Controller is not stable. Therefore,

components/esp_eth/include/esp_eth_driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ esp_err_t esp_eth_start(esp_eth_handle_t hdl);
245245
/**
246246
* @brief Stop Ethernet driver
247247
*
248-
* @note This function does the oppsite operation of `esp_eth_start`.
248+
* @note This function does the opposite operation of `esp_eth_start`.
249249
*
250250
* @param[in] hdl handle of Ethernet driver
251251
* @return

components/esp_eth/test_apps/main/esp_eth_test_apps.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
2+
* SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
33
*
44
* SPDX-License-Identifier: Unlicense OR CC0-1.0
55
*/
@@ -503,7 +503,7 @@ TEST_CASE("ethernet dhcp test", "[ethernet]")
503503
// combine driver with netif
504504
esp_eth_netif_glue_handle_t glue = esp_eth_new_netif_glue(eth_handle);
505505
TEST_ESP_OK(esp_netif_attach(eth_netif, glue));
506-
// register user defined event handers
506+
// register user defined event handlers
507507
TEST_ESP_OK(esp_event_handler_register(ETH_EVENT, ESP_EVENT_ANY_ID, &eth_event_handler, eth_event_group));
508508
TEST_ESP_OK(esp_event_handler_register(IP_EVENT, IP_EVENT_ETH_GOT_IP, &got_ip_event_handler, eth_event_group));
509509
// start Ethernet driver
@@ -551,7 +551,7 @@ TEST_CASE("ethernet start/stop stress test with IP stack", "[ethernet]")
551551
// combine driver with netif
552552
esp_eth_netif_glue_handle_t glue = esp_eth_new_netif_glue(eth_handle);
553553
TEST_ESP_OK(esp_netif_attach(eth_netif, glue));
554-
// register user defined event handers
554+
// register user defined event handlers
555555
TEST_ESP_OK(esp_event_handler_register(ETH_EVENT, ESP_EVENT_ANY_ID, &eth_event_handler, eth_event_group));
556556
TEST_ESP_OK(esp_event_handler_register(IP_EVENT, IP_EVENT_ETH_GOT_IP, &got_ip_event_handler, eth_event_group));
557557

@@ -677,7 +677,7 @@ TEST_CASE("ethernet download test", "[ethernet]")
677677
// combine driver with netif
678678
esp_eth_netif_glue_handle_t glue = esp_eth_new_netif_glue(eth_handle);
679679
TEST_ESP_OK(esp_netif_attach(eth_netif, glue));
680-
// register user defined event handers
680+
// register user defined event handlers
681681
TEST_ESP_OK(esp_event_handler_register(ETH_EVENT, ESP_EVENT_ANY_ID, &eth_event_handler, eth_event_group));
682682
TEST_ESP_OK(esp_event_handler_register(IP_EVENT, IP_EVENT_ETH_GOT_IP, &got_ip_event_handler, eth_event_group));
683683
// start Ethernet driver

components/esp_eth/test_apps/main/esp_eth_test_esp_emac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ TEST_CASE("internal emac interrupt priority", "[esp_emac]")
377377
// combine driver with netif
378378
esp_eth_netif_glue_handle_t glue = esp_eth_new_netif_glue(eth_handle);
379379
TEST_ESP_OK(esp_netif_attach(eth_netif, glue));
380-
// register user defined event handers
380+
// register user defined event handlers
381381
TEST_ESP_OK(esp_event_handler_register(ETH_EVENT, ESP_EVENT_ANY_ID, &eth_event_handler, eth_event_group));
382382
TEST_ESP_OK(esp_event_handler_register(IP_EVENT, IP_EVENT_ETH_GOT_IP, &got_ip_event_handler, eth_event_group));
383383

components/esp_https_server/include/esp_https_server.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct httpd_ssl_config {
128128
* The callback is only applicable when CONFIG_ESP_HTTPS_SERVER_CERT_SELECT_HOOK is enabled in menuconfig */
129129
esp_https_server_cert_select_cb cert_select_cb;
130130

131-
/** Application protocols the server supports in order of prefernece.
131+
/** Application protocols the server supports in order of preference.
132132
* Used for negotiating during the TLS handshake, first one the client supports is selected.
133133
* The data structure must live as long as the https server itself */
134134
const char** alpn_protos;

components/esp_hw_support/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ menu "Hardware Settings"
167167

168168
(!!! Please adjust this value according to the Data Sheet of SPI Flash used in your project.)
169169
In Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum
170-
time from Vcc(min) to CS activeare) usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,
170+
time from Vcc(min) to CS active) are usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,
171171
and the configuration value here should be:
172172
ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY = tVSL - 900
173173

components/esp_hw_support/include/esp_private/spi_share_hw_ctrl.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
2+
* SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -49,7 +49,7 @@ typedef void (*bg_ctrl_func_t)(void*);
4949
* Call this if your driver wants to manage a SPI peripheral.
5050
*
5151
* @param host Peripheral to claim
52-
* @param source The caller indentification string.
52+
* @param source The caller identification string.
5353
*
5454
* @return True if peripheral is claimed successfully; false if peripheral already is claimed.
5555
*/
@@ -237,7 +237,7 @@ esp_err_t spi_bus_init_lock(spi_bus_lock_handle_t *out_lock, const spi_bus_lock_
237237
* Free the resources used by an SPI bus lock.
238238
*
239239
* @note All attached devices should have been unregistered before calling this
240-
* funciton.
240+
* function.
241241
*
242242
* @param lock Handle to the lock to free.
243243
*/
@@ -447,7 +447,7 @@ bool spi_bus_lock_bg_exit(spi_bus_lock_handle_t lock, bool wip, BaseType_t* do_y
447447
* there is no acquiring device.
448448
*
449449
* @param lock The SPI bus lock.
450-
* @param out_dev_lock The recommended device for hte next operation. It's the new
450+
* @param out_dev_lock The recommended device for the next operation. It's the new
451451
* acquiring device when found, otherwise a device that has active BG request.
452452
*
453453
* @return true if the ISR need to quit (new acquiring device has no active BG
@@ -487,7 +487,7 @@ bool spi_bus_lock_bg_clear_req(spi_bus_lock_dev_handle_t dev_lock);
487487
* Check if there is any active BG requests.
488488
*
489489
* @param lock The SPI bus lock.
490-
* @return true if any device has active BG requst, otherwise false.
490+
* @return true if any device has active BG request, otherwise false.
491491
*/
492492
bool spi_bus_lock_bg_req_exist(spi_bus_lock_handle_t lock);
493493

components/esp_netif/test_apps/test_app_vfs_l2tap/main/test_vfs_l2tap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ static void ethernet_init(test_vfs_eth_network_t *network_hndls)
203203
// combine driver with netif
204204
network_hndls->glue = esp_eth_new_netif_glue(network_hndls->eth_handle);
205205
TEST_ESP_OK(esp_netif_attach(network_hndls->eth_netif, network_hndls->glue));
206-
// register user defined event handers
206+
// register user defined event handlers
207207
TEST_ESP_OK(esp_event_handler_register(ETH_EVENT, ESP_EVENT_ANY_ID, &eth_event_handler, eth_event_group));
208208
TEST_ESP_OK(esp_event_handler_register(IP_EVENT, IP_EVENT_ETH_GOT_IP, &got_ip_event_handler, eth_event_group));
209209

components/esp_system/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ menu "ESP System Settings"
580580
default y
581581
select FREERTOS_DEBUG_OCDAWARE
582582
help
583-
The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and
583+
The FreeRTOS panic and unhandled exception handlers can detect a JTAG OCD debugger and
584584
instead of panicking, have the debugger stop on the offending instruction.
585585

586586
choice ESP_SYSTEM_CHECK_INT_LEVEL

components/esp_wifi/include/esp_wifi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ esp_err_t esp_wifi_scan_get_ap_records(uint16_t *number, wifi_ap_record_t *ap_re
613613
*
614614
* @attention Different from esp_wifi_scan_get_ap_records(), this API only gets one AP record
615615
* from the scanned AP list each time. This API will free the memory of one AP record,
616-
* if the user doesn't get all records in the scannned AP list, then needs to call esp_wifi_clear_ap_list()
616+
* if the user doesn't get all records in the scanned AP list, then needs to call esp_wifi_clear_ap_list()
617617
* to free the remaining memory.
618618
*
619619
* @param[out] ap_record pointer to one AP record

components/hal/esp32/include/hal/touch_sensor_ll.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -508,23 +508,23 @@ static inline void touch_ll_get_sleep_time(uint16_t *sleep_time)
508508
}
509509

510510
/**
511-
* Set touch sensor high voltage threshold of chanrge.
511+
* Set touch sensor high voltage threshold of charge.
512512
* The touch sensor measures the channel capacitance value by charging and discharging the channel.
513513
* So the high threshold should be less than the supply voltage.
514514
*
515-
* @param refh The high voltage threshold of chanrge.
515+
* @param refh The high voltage threshold of charge.
516516
*/
517517
static inline void touch_ll_set_voltage_high(touch_high_volt_t refh)
518518
{
519519
RTCIO.touch_cfg.drefh = refh;
520520
}
521521

522522
/**
523-
* Get touch sensor high voltage threshold of chanrge.
523+
* Get touch sensor high voltage threshold of charge.
524524
* The touch sensor measures the channel capacitance value by charging and discharging the channel.
525525
* So the high threshold should be less than the supply voltage.
526526
*
527-
* @param refh The high voltage threshold of chanrge.
527+
* @param refh The high voltage threshold of charge.
528528
*/
529529
static inline void touch_ll_get_voltage_high(touch_high_volt_t *refh)
530530
{
@@ -554,23 +554,23 @@ static inline void touch_ll_get_voltage_low(touch_low_volt_t *refl)
554554
}
555555

556556
/**
557-
* Set touch sensor high voltage attenuation of chanrge. The actual charge threshold is high voltage threshold minus attenuation value.
557+
* Set touch sensor high voltage attenuation of charge. The actual charge threshold is high voltage threshold minus attenuation value.
558558
* The touch sensor measures the channel capacitance value by charging and discharging the channel.
559559
* So the high threshold should be less than the supply voltage.
560560
*
561-
* @param refh The high voltage threshold of chanrge.
561+
* @param refh The high voltage threshold of charge.
562562
*/
563563
static inline void touch_ll_set_voltage_attenuation(touch_volt_atten_t atten)
564564
{
565565
RTCIO.touch_cfg.drange = atten;
566566
}
567567

568568
/**
569-
* Get touch sensor high voltage attenuation of chanrge. The actual charge threshold is high voltage threshold minus attenuation value.
569+
* Get touch sensor high voltage attenuation of charge. The actual charge threshold is high voltage threshold minus attenuation value.
570570
* The touch sensor measures the channel capacitance value by charging and discharging the channel.
571571
* So the high threshold should be less than the supply voltage.
572572
*
573-
* @param refh The high voltage threshold of chanrge.
573+
* @param refh The high voltage threshold of charge.
574574
*/
575575
static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *atten)
576576
{

components/hal/esp32s2/include/hal/touch_sensor_hal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void touch_hal_filter_get_config(touch_filter_config_t *filter_info);
186186
* Force reset benchmark to raw data of touch sensor.
187187
*
188188
* @param touch_num touch pad index
189-
* - TOUCH_PAD_MAX Reset basaline of all channels.
189+
* - TOUCH_PAD_MAX Reset baseline of all channels.
190190
*/
191191
#define touch_hal_reset_benchmark(touch_num) touch_ll_reset_benchmark(touch_num)
192192

components/hal/esp32s2/include/hal/touch_sensor_ll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ static inline void IRAM_ATTR touch_ll_read_benchmark(touch_pad_t touch_num, uint
14041404
*
14051405
* @note If call this API, make sure enable clock gate(`touch_ll_clkgate`) first.
14061406
* @param touch_num touch pad index
1407-
* - TOUCH_PAD_MAX Reset basaline of all channels.
1407+
* - TOUCH_PAD_MAX Reset baseline of all channels.
14081408
*/
14091409
static inline void touch_ll_reset_benchmark(touch_pad_t touch_num)
14101410
{

components/hal/esp32s3/include/hal/touch_sensor_hal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void touch_hal_filter_get_config(touch_filter_config_t *filter_info);
186186
* Force reset benchmark to raw data of touch sensor.
187187
*
188188
* @param touch_num touch pad index
189-
* - TOUCH_PAD_MAX Reset basaline of all channels.
189+
* - TOUCH_PAD_MAX Reset baseline of all channels.
190190
*/
191191
#define touch_hal_reset_benchmark(touch_num) touch_ll_reset_benchmark(touch_num)
192192

0 commit comments

Comments
 (0)