Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HASwitchPlate/openHASP
/ functions
Functions
2,420 in github.com/HASwitchPlate/openHASP
⨍
Functions
2,420
◇
Types & classes
188
↓ 1 callers
Function
httpHandleReboot
///////////////////////////////////////////////////////////////////////////////////////////////
src/sys/svc/hasp_http_async.cpp:408
↓ 1 callers
Function
httpHandleReboot
///////////////////////////////////////////////////////////////////////////////////////////////
src/sys/svc/hasp_http.cpp:342
↓ 1 callers
Function
httpLoop
///////////////////////////////////////////////////////////////////////////////////////////////
src/sys/svc/hasp_http.cpp:2291
↓ 1 callers
Function
httpSetup
src/sys/svc/hasp_http.cpp:2190
↓ 1 callers
Function
httpStart
src/sys/svc/hasp_http_async.cpp:2182
↓ 1 callers
Function
httpStop
src/sys/svc/hasp_http_async.cpp:2206
↓ 1 callers
Function
img_init
src/hasp/lv_theme_hasp.c:495
↓ 1 callers
Method
init
** Function name: init ** Description: Reset, then initialise the TFT display registers ****************************************
lib/GxTFT/src/GxTFT.cpp:116
↓ 1 callers
Method
init
src/drv/tft/tft_driver_lovyangfx.cpp:348
↓ 1 callers
Function
init_parallel_16_bus
src/drv/tft/tft_driver_lovyangfx.cpp:49
↓ 1 callers
Function
init_parallel_8_bus
src/drv/tft/tft_driver_lovyangfx.cpp:76
↓ 1 callers
Function
init_spi_bus
src/drv/tft/tft_driver_lovyangfx.cpp:102
↓ 1 callers
Method
is_flash_encryption_key_valid
Bit 0 of efuse_rd_disable[3:0] is mapped to BLOCK1 this bit is at position 16 in EFUSE_BLK0_RDATA0_REG
tools/esptool_with_merge_bin.py:1366
↓ 1 callers
Method
is_irom_addr
Returns True if an address starts in the irom region. Valid for ESP8266 only.
tools/esptool_with_merge_bin.py:2317
↓ 1 callers
Method
is_read_only
(self)
tools/elf-size-analyze.py:602
↓ 1 callers
Method
is_system_pin
src/dev/esp32/esp32.cpp:357
↓ 1 callers
Function
keyboard_init
src/hasp/lv_theme_hasp.c:759
↓ 1 callers
Function
label_init
src/hasp/lv_theme_hasp.c:463
↓ 1 callers
Function
led_init
src/hasp/lv_theme_hasp.c:509
↓ 1 callers
Function
line_init
src/hasp/lv_theme_hasp.c:502
↓ 1 callers
Function
linemeter_init
src/hasp/lv_theme_hasp.c:556
↓ 1 callers
Function
list_init
src/hasp/lv_theme_hasp.c:830
↓ 1 callers
Function
load_cmaps
src/font/hasp_font_loader.cpp:307
↓ 1 callers
Function
load_cmaps_tables
src/font/hasp_font_loader.cpp:240
↓ 1 callers
Method
load_extended_header
(self, load_file)
tools/esptool_with_merge_bin.py:2712
↓ 1 callers
Function
load_glyph
src/font/hasp_font_loader.cpp:336
↓ 1 callers
Method
load_jsonl
src/hasp/hasp_page.cpp:164
↓ 1 callers
Function
loop
src/main_sdl2.cpp:150
↓ 1 callers
Function
lv_freetype_init
lib/lv_lib_freetype/lv_freetype.c:131
↓ 1 callers
Function
lv_fs_if_fatfs_init
lib/lv_fs_if/lv_fs_fatfs.c:61
↓ 1 callers
Function
lv_fs_if_init
* Register driver(s) for the File system interface */
lib/lv_fs_if/lv_fs_if.c:47
↓ 1 callers
Function
lv_fs_if_pc_init
* Register a driver for the File system interface */
lib/lv_fs_if/lv_fs_pc.c:79
↓ 1 callers
Function
lv_ft_font_destroy
lib/lv_lib_freetype/lv_freetype.c:209
↓ 1 callers
Function
lv_ft_font_destroy_cache
lib/lv_lib_freetype/lv_freetype.c:490
↓ 1 callers
Function
lv_ft_font_destroy_nocache
lib/lv_lib_freetype/lv_freetype.c:690
↓ 1 callers
Function
lv_ft_font_init
lib/lv_lib_freetype/lv_freetype.c:200
↓ 1 callers
Function
lv_ft_font_init_cache
lib/lv_lib_freetype/lv_freetype.c:439
↓ 1 callers
Function
lv_ft_font_init_nocache
lib/lv_lib_freetype/lv_freetype.c:624
↓ 1 callers
Function
lv_ft_ftell
long int ftell ( FILE * stream );
lib/lv_lib_freetype/lv_fs_freetype.c:83
↓ 1 callers
Function
lv_qrcode_create
* Create an empty QR code (an `lv_canvas`) object. * @param parent point to an object where to create the QR code * @param size width and height of
lib/lv_lib_qrcode/lv_qrcode.c:48
↓ 1 callers
Function
lv_qrcode_update
* Set the data of a QR code object * @param qrcode pointer to aQ code object * @param data data to display * @param data_len length of data in byte
lib/lv_lib_qrcode/lv_qrcode.c:93
↓ 1 callers
Function
lv_theme_hasp_init
* Initialize the default * @param color_primary the primary color of the theme * @param color_secondary the secondary color for the theme * @param
src/hasp/lv_theme_hasp.c:991
↓ 1 callers
Function
lvgl_load_font
* Loads a `lv_font_t` from a binary file, given a `lv_fs_file_t`. * * Memory allocations on `lvgl_load_font` should be immediately zeroed and * the
src/font/hasp_font_loader.cpp:476
↓ 1 callers
Function
main
()
tools/elf-size-analyze.py:982
↓ 1 callers
Function
main
Main function for esptool argv - Optional override for default arguments parsing (that uses sys.argv), can be a list of custom arguments
tools/esptool_with_merge_bin.py:3651
↓ 1 callers
Method
maybe_patch_segment_data
If SHA256 digest of the ELF file needs to be inserted into this segment, do so. Returns segment data.
tools/esptool_with_merge_bin.py:2260
↓ 1 callers
Function
mdnsLoop
src/sys/svc/hasp_mdns.cpp:92
↓ 1 callers
Function
mdnsSetup
src/sys/svc/hasp_mdns.cpp:22
↓ 1 callers
Method
merge_adjacent_segments
(self)
tools/esptool_with_merge_bin.py:2335
↓ 1 callers
Method
merge_paths
Merges all path componenets that have only one child into single nodes.
tools/elf-size-analyze.py:756
↓ 1 callers
Function
mqttStart
src/mqtt/hasp_mqtt_paho_single.cpp:289
↓ 1 callers
Function
mqttStart
src/mqtt/hasp_mqtt_pubsubclient.cpp:215
↓ 1 callers
Function
mqttStop
src/mqtt/hasp_mqtt_paho_async.cpp:374
↓ 1 callers
Function
mqtt_ha_register_activepage
src/mqtt/hasp_mqtt_ha.cpp:272
↓ 1 callers
Function
mqtt_ha_register_backlight
src/mqtt/hasp_mqtt_ha.cpp:184
↓ 1 callers
Function
mqtt_ha_register_connectivity
src/mqtt/hasp_mqtt_ha.cpp:166
↓ 1 callers
Function
mqtt_ha_register_idle
src/mqtt/hasp_mqtt_ha.cpp:254
↓ 1 callers
Function
mqtt_ha_register_moodlight
src/mqtt/hasp_mqtt_ha.cpp:212
↓ 1 callers
Function
mqtt_message_arrived
src/mqtt/hasp_mqtt_paho_single.cpp:159
↓ 1 callers
Function
mqtt_message_cb
Receive incoming messages
src/mqtt/hasp_mqtt_paho_single.cpp:92
↓ 1 callers
Function
mqtt_message_cb
Receive incoming messages
src/mqtt/hasp_mqtt_paho_async.cpp:96
↓ 1 callers
Function
mqtt_send_discovery
src/mqtt/hasp_mqtt_paho_single.cpp:232
↓ 1 callers
Function
mqtt_send_object_state
src/mqtt/hasp_mqtt_paho_async.cpp:317
↓ 1 callers
Function
msgbox_init
src/hasp/lv_theme_hasp.c:773
↓ 1 callers
Function
my_btnmatrix_get_count
OK - this function is missing in lvgl
src/hasp/hasp_attribute_helper.h:538
↓ 1 callers
Function
my_btnmatrix_set_map
src/hasp/hasp_attribute.cpp:154
↓ 1 callers
Function
my_chart_get_max_value
OK - this function is missing in lvgl
src/hasp/hasp_attribute_helper.h:135
↓ 1 callers
Function
my_chart_get_min_value
OK - this function is missing in lvgl
src/hasp/hasp_attribute_helper.h:128
↓ 1 callers
Function
my_chart_get_series
src/hasp/hasp_attribute_helper.h:141
↓ 1 callers
Function
my_line_set_points
src/hasp/hasp_attribute.cpp:188
↓ 1 callers
Function
my_list_set_options
src/hasp/hasp_attribute_helper.h:418
↓ 1 callers
Function
my_mbox_realign
* Resize the button holder to fit * @param mbox pointer to message box object */
src/hasp/hasp_attribute_helper.h:266
↓ 1 callers
Function
my_msgbox_set_map
src/hasp/hasp_attribute.cpp:167
↓ 1 callers
Function
my_roller_get_visible_row_count
OK - this function is missing in lvgl
src/hasp/hasp_attribute_helper.h:87
↓ 1 callers
Function
my_rotate_fan
src/custom/my_custom_fan_template.cpp:24
↓ 1 callers
Function
my_spinbox_get_max_value
OK - this function is missing in lvgl
src/hasp/hasp_attribute_helper.h:162
↓ 1 callers
Function
my_spinbox_get_min_value
OK - this function is missing in lvgl
src/hasp/hasp_attribute_helper.h:155
↓ 1 callers
Function
my_textarea_get_text_align
src/hasp/hasp_attribute_helper.h:43
↓ 1 callers
Function
name_refer_find
* find name string in names list.name string cnt += 1 if find. * @param name name string * @return the string pointer of name. */
lib/lv_lib_freetype/lv_freetype.c:713
↓ 1 callers
Function
native_cpuid
src/dev/win32/hasp_win32.cpp:18
↓ 1 callers
Function
networkLoop
src/sys/net/hasp_network.cpp:55
↓ 1 callers
Function
networkSetup
src/sys/net/hasp_network.cpp:44
↓ 1 callers
Function
network_get_ipaddress
src/sys/net/hasp_network.cpp:133
↓ 1 callers
Function
network_get_statusupdate
src/sys/net/hasp_network.cpp:122
↓ 1 callers
Function
nvsUpdateUInt
src/hasp/hasp_nvs.cpp:39
↓ 1 callers
Function
nvs_clear_user_config
src/hasp/hasp_nvs.cpp:6
↓ 1 callers
Function
object_add_task
src/hasp/hasp_object.cpp:203
↓ 1 callers
Function
object_set_normalized_group_values
SHOULD only by called from DISPATCH
src/hasp/hasp_object.cpp:147
↓ 1 callers
Method
occupies_ram
(self)
tools/elf-size-analyze.py:615
↓ 1 callers
Method
occupies_rom
(self)
tools/elf-size-analyze.py:611
↓ 1 callers
Function
onConnect
src/mqtt/hasp_mqtt_paho_single.cpp:247
↓ 1 callers
Function
oobeSetup
src/hasp_oobe.cpp:304
↓ 1 callers
Function
otaEverySecond
src/sys/svc/hasp_ota.cpp:196
↓ 1 callers
Function
otaLoop
src/sys/svc/hasp_ota.cpp:191
↓ 1 callers
Function
otaSetup
src/sys/svc/hasp_ota.cpp:203
↓ 1 callers
Function
ota_http_update
src/sys/svc/hasp_ota.cpp:281
↓ 1 callers
Method
override_vddsdio
(self, new_voltage)
tools/esptool_with_merge_bin.py:1534
↓ 1 callers
Function
page_init
src/hasp/lv_theme_hasp.c:783
↓ 1 callers
Function
parse_args
()
tools/elf-size-analyze.py:40
↓ 1 callers
Method
parse_flash_size_arg
(cls, arg)
tools/esptool_with_merge_bin.py:747
← previous
next →
701–800 of 2,420, ranked by callers