Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Heltec-Aaron-Lee/WiFi_Kit_series
/ functions
Functions
4,483 in github.com/Heltec-Aaron-Lee/WiFi_Kit_series
⨍
Functions
4,483
◇
Types & classes
519
↓ 3 callers
Function
__touchInit
cores/esp32/esp32-hal-touch.c:122
↓ 3 callers
Function
__touchInit
cores/esp32/esp32-hal-touch-ng.c:239
↓ 3 callers
Function
_clockDivToDivider
* @brief Extract the divider value from a clockDiv register value * * @param clockDiv The SPI clock divider register value * @return uint32_t The c
cores/esp32/esp32-hal-spi.c:565
↓ 3 callers
Function
_esp_now_modify_peer
libraries/ESP_NOW/src/ESP32_NOW.cpp:93
↓ 3 callers
Function
_partitionIsBootable
libraries/Update/src/Updater.cpp:55
↓ 3 callers
Function
_spiSetClockDivInternal
* @brief Internal function to set SPI clock divider and handle ESP32P4 clock source switching * * @param spi Pointer to SPI bus structure * @param
cores/esp32/esp32-hal-spi.c:595
↓ 3 callers
Function
arduino_hw_cdc_event_post
cores/esp32/HWCDC.cpp:52
↓ 3 callers
Function
auth_mode_str
libraries/WiFi/src/STA.cpp:88
↓ 3 callers
Function
bda2str
libraries/BluetoothSerial/src/BluetoothSerial.cpp:114
↓ 3 callers
Method
begin
HashBuilder interface methods
libraries/Hash/src/PBKDF2_HMACBuilder.cpp:108
↓ 3 callers
Method
begin
libraries/WebServer/src/WebServer.cpp:68
↓ 3 callers
Method
beginTransmission
libraries/Wire/src/Wire.cpp:412
↓ 3 callers
Method
bitSize
libraries/BLE/src/BLEUUID.cpp:166
↓ 3 callers
Method
calculate
libraries/Hash/src/PBKDF2_HMACBuilder.cpp:124
↓ 3 callers
Function
calculateApb
cores/esp32/esp32-hal-cpu.c:182
↓ 3 callers
Function
cftexp1
tests/performance/superpi/fftsg_h.cpp:963
↓ 3 callers
Function
cftf082
tests/performance/superpi/fftsg_h.cpp:1950
↓ 3 callers
Function
cftf162
tests/performance/superpi/fftsg_h.cpp:1715
↓ 3 callers
Function
cftfx42
tests/performance/superpi/fftsg_h.cpp:1548
↓ 3 callers
Function
cftrec2
tests/performance/superpi/fftsg_h.cpp:948
↓ 3 callers
Method
clearIndicateWait
libraries/BLE/src/BLEServer.cpp:1169
↓ 3 callers
Method
close
libraries/WebServer/src/WebServer.cpp:505
↓ 3 callers
Method
close
libraries/FS/src/vfs_api.cpp:294
↓ 3 callers
Method
connect
libraries/WiFi/src/STA.cpp:323
↓ 3 callers
Method
connected
libraries/Network/src/NetworkClient.cpp:571
↓ 3 callers
Function
core_list_mergesort
Function: core_list_mergesort Sort the list in place without recursion. Description: Use mergesort, as for linked list this is a realistic solutio
tests/performance/coremark/core_list_join.c:425
↓ 3 callers
Function
create
libraries/Matter/src/MatterEndpoints/MatterTemperatureControlledCabinet.cpp:66
↓ 3 callers
Method
createService
* @brief Create a %BLE Service. * * With a %BLE server, we can host one or more services. Invoking this function causes the creation of a definitio
libraries/BLE/src/BLEServer.cpp:118
↓ 3 callers
Method
desc
libraries/Network/src/NetworkInterface.cpp:584
↓ 3 callers
Method
enableSTA
* control STA mode * @param enable bool * @return ok */
libraries/WiFi/src/WiFiGeneric.cpp:725
↓ 3 callers
Method
endTransmission
https://www.arduino.cc/reference/en/language/functions/communication/wire/endtransmission/ endTransmission() returns: 0: success. 1: data too long to
libraries/Wire/src/Wire.cpp:445
↓ 3 callers
Method
errorString
libraries/Update/src/Updater.cpp:870
↓ 3 callers
Method
eventName
libraries/WiFi/src/WiFiGeneric.cpp:390
↓ 3 callers
Method
executeCreate
libraries/BLE/src/BLEService.cpp:122
↓ 3 callers
Method
failed
libraries/Network/src/NetworkClient.cpp:101
↓ 3 callers
Method
getAddress
* @brief Get the BLE device address. * @return The BLE device address. */
libraries/BLE/src/BLEDevice.cpp:211
↓ 3 callers
Function
getApbFrequency
cores/esp32/esp32-hal-cpu.c:334
↓ 3 callers
Method
getBoundDevices
libraries/Zigbee/src/ZigbeeEP.h:85
↓ 3 callers
Method
getBytes
libraries/Hash/src/PBKDF2_HMACBuilder.cpp:147
↓ 3 callers
Method
getConnectedCount
* @brief Return the number of connected clients. * @return The number of connected clients. */
libraries/BLE/src/BLEServer.cpp:196
↓ 3 callers
Method
getDevicePrivateData
libraries/RainMaker/src/RMakerDevice.h:41
↓ 3 callers
Method
getEndHandle
libraries/BLE/src/BLERemoteService.cpp:146
↓ 3 callers
Method
getError
Helpers
libraries/Update/src/Update.h:244
↓ 3 callers
Method
getHandle
* @brief Get the BLE handle for this descriptor. * @return The handle for this descriptor. */
libraries/BLE/src/BLEDescriptor.cpp:136
↓ 3 callers
Method
getIndications
* @brief Get the indications value. * @return The indications value. True if indications are enabled and false if not. */
libraries/BLE/src/BLE2902.cpp:89
↓ 3 callers
Method
getNative
* @brief Return the native representation of the address. * @return The native representation of the address. */
libraries/BluetoothSerial/src/BTAddress.cpp:85
↓ 3 callers
Method
getNotifications
* @brief Get the notifications value. * @return The notifications value. True if notifications are enabled and false if not. */
libraries/BLE/src/BLE2902.cpp:70
↓ 3 callers
Method
getPeerAddress
* @brief Retrieve the address of the peer. * * Returns the Bluetooth device address of the %BLE peer to which this client is connected. */
libraries/BLE/src/BLEClient.cpp:249
↓ 3 callers
Method
getProperties
libraries/BLE/src/BLECharacteristic.cpp:173
↓ 3 callers
Method
getService
* @brief Get the service BLE Remote Service instance corresponding to the uuid. * @param [in] uuid The UUID of the service being sought. * @return A
libraries/BLE/src/BLEClient.cpp:294
↓ 3 callers
Method
getStatusBits
libraries/WiFi/src/WiFiGeneric.cpp:1113
↓ 3 callers
Method
getType
* @brief Return the address type. * @return The address type. */
libraries/BLE/src/BLEAddress.cpp:121
↓ 3 callers
Method
hasIP
libraries/Network/src/NetworkInterface.cpp:320
↓ 3 callers
Method
header
libraries/HTTPClient/src/HTTPClient.cpp:1034
↓ 3 callers
Method
header
libraries/WebServer/src/WebServer.cpp:856
↓ 3 callers
Method
hostByName
* Resolve the given hostname to an IP address. * @param aHostname Name to be resolved * @param aResult IPAddress structure to store the re
libraries/Network/src/NetworkManager.cpp:47
↓ 3 callers
Function
hostedGetUpdateURL
cores/esp32/esp32-hal-hosted.c:107
↓ 3 callers
Function
i2c_ll_stretch_clr
cores/esp32/esp32-hal-i2c-slave.c:191
↓ 3 callers
Function
i2c_slave_free_resources
cores/esp32/esp32-hal-i2c-slave.c:509
↓ 3 callers
Function
i2c_slave_send_event
cores/esp32/esp32-hal-i2c-slave.c:692
↓ 3 callers
Function
initApbChangeCallback
cores/esp32/esp32-hal-cpu.c:85
↓ 3 callers
Method
isDeviceCommissioned
libraries/Matter/src/Matter.cpp:231
↓ 3 callers
Function
iterate
tests/performance/coremark/core_main.c:38
↓ 3 callers
Function
ledcAttach
cores/esp32/esp32-hal-ledc.c:292
↓ 3 callers
Function
ledcAttachChannel
cores/esp32/esp32-hal-ledc.c:189
↓ 3 callers
Function
ledcFadeConfig
cores/esp32/esp32-hal-ledc.c:538
↓ 3 callers
Function
ledcFadeGammaConfig
cores/esp32/esp32-hal-ledc.c:675
↓ 3 callers
Method
localIP
* Get the station interface IP address. * @return IPAddress station IP */
libraries/WiFi/src/WiFiSTA.cpp:283
↓ 3 callers
Function
mp_get_nfft_init
tests/performance/superpi/pi_fftcs.cpp:1867
↓ 3 callers
Function
mp_mul_cmul
tests/performance/superpi/pi_fftcs.cpp:899
↓ 3 callers
Function
mp_mul_csqu_nt_d1
tests/performance/superpi/pi_fftcs.cpp:1025
↓ 3 callers
Function
mp_mulh
tests/performance/superpi/pi_fftcs.cpp:807
↓ 3 callers
Function
mp_mulh_use_in1fft
tests/performance/superpi/pi_fftcs.cpp:818
↓ 3 callers
Function
mp_unsgn_cmp
tests/performance/superpi/pi_fftcs.cpp:385
↓ 3 callers
Method
onAuthenticationComplete
This function is called when authentication is complete.
libraries/BLE/src/BLESecurity.cpp:425
↓ 3 callers
Method
onAuthorizationRequest
This callback is called when the characteristic requires authorization. connHandle is the connection handle of the peer device. attrHandle is the hand
libraries/BLE/src/BLESecurity.cpp:300
↓ 3 callers
Method
onConfirmPIN
This callback is called by both devices when both have the DisplayYesNo capability. It should return true if both devices display the same passkey.
libraries/BLE/src/BLESecurity.cpp:288
↓ 3 callers
Method
onPacket
libraries/AsyncUDP/src/AsyncUDP.cpp:936
↓ 3 callers
Method
onPassKeyNotify
This callback is called by the device that has Output capability when the peer device has Input capability It should display the passkey that will nee
libraries/BLE/src/BLESecurity.cpp:274
↓ 3 callers
Method
onPassKeyRequest
This callback is called by the device that has Input capability when the peer device has Output capability It can also be called in NimBLE when there
libraries/BLE/src/BLESecurity.cpp:265
↓ 3 callers
Method
onWrite
libraries/BLE/src/BLECharacteristic.cpp:482
↓ 3 callers
Function
perimanGetPinBusNum
cores/esp32/esp32-hal-periman.c:209
↓ 3 callers
Function
pinMatrixOutAttach
cores/esp32/esp32-hal-matrix.c:50
↓ 3 callers
Function
printmat
tests/performance/coremark/core_matrix.c:50
↓ 3 callers
Method
readBytes
libraries/Network/src/NetworkClient.cpp:513
↓ 3 callers
Method
readBytesUntil
cores/esp32/Stream.cpp:216
↓ 3 callers
Method
requestAuthentication
libraries/WebServer/src/WebServer.cpp:300
↓ 3 callers
Function
rftbsub
tests/performance/superpi/fftsg_h.cpp:2134
↓ 3 callers
Function
rftfsub
tests/performance/superpi/fftsg_h.cpp:2071
↓ 3 callers
Function
rgbLedWrite
cores/esp32/esp32-hal-rgb-led.c:25
↓ 3 callers
Method
sendTo
libraries/AsyncUDP/src/AsyncUDP.cpp:889
↓ 3 callers
Method
setByUUID
* @brief Set the service by UUID. * @param [in] uuid The uuid of the service. * @param [in] characteristic The service to cache. * @return N/A. */
libraries/BLE/src/BLEServiceMap.cpp:85
↓ 3 callers
Method
setDebugOutput
cores/esp32/HWCDC.cpp:607
↓ 3 callers
Method
setNoDelay
libraries/Network/src/NetworkServer.cpp:126
↓ 3 callers
Method
setPrivateData
libraries/RainMaker/src/RMakerDevice.h:37
↓ 3 callers
Method
setReadOffset
* @brief Set the read offset * @param [in] readOffset The offset into the read. */
libraries/BLE/src/BLEValue.cpp:133
↓ 3 callers
Method
size
cores/esp32/cbuf.cpp:147
↓ 3 callers
Function
spiDetachMISO
cores/esp32/esp32-hal-spi.c:391
↓ 3 callers
Function
spiDetachMOSI
cores/esp32/esp32-hal-spi.c:404
↓ 3 callers
Function
spiDetachSCK
cores/esp32/esp32-hal-spi.c:378
← previous
next →
301–400 of 4,483, ranked by callers