This commit is contained in:
RogueMaster
2022-10-18 18:06:03 -04:00
73 changed files with 4653 additions and 248 deletions
+70 -19
View File
@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,3.2,,
Version,+,4.1,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,,
Header,+,applications/services/cli/cli_vcp.h,,
@@ -128,10 +128,17 @@ Header,+,lib/one_wire/one_wire_host.h,,
Header,+,lib/one_wire/one_wire_host_timing.h,,
Header,+,lib/one_wire/one_wire_slave.h,,
Header,+,lib/print/wrappers.h,,
Header,+,lib/subghz/blocks/const.h,,
Header,+,lib/subghz/blocks/decoder.h,,
Header,+,lib/subghz/blocks/encoder.h,,
Header,+,lib/subghz/blocks/generic.h,,
Header,+,lib/subghz/blocks/math.h,,
Header,+,lib/subghz/environment.h,,
Header,+,lib/subghz/protocols/protocol_items.h,,
Header,+,lib/subghz/protocols/raw.h,,
Header,+,lib/subghz/protocols/registry.h,,
Header,+,lib/subghz/receiver.h,,
Header,+,lib/subghz/registry.h,,
Header,+,lib/subghz/subghz_setting.h,,
Header,+,lib/subghz/subghz_tx_rx_worker.h,,
Header,+,lib/subghz/subghz_worker.h,,
Header,+,lib/subghz/transmitter.h,,
@@ -949,6 +956,7 @@ Function,+,furi_hal_bt_nvm_sram_sem_release,void,
Function,+,furi_hal_bt_reinit,void,
Function,+,furi_hal_bt_serial_notify_buffer_is_empty,void,
Function,+,furi_hal_bt_serial_set_event_callback,void,"uint16_t, FuriHalBtSerialCallback, void*"
Function,+,furi_hal_bt_serial_set_rpc_status,void,FuriHalBtSerialRpcStatus
Function,+,furi_hal_bt_serial_start,void,
Function,+,furi_hal_bt_serial_stop,void,
Function,+,furi_hal_bt_serial_tx,_Bool,"uint8_t*, uint16_t"
@@ -2128,6 +2136,7 @@ Function,-,select,int,"int, fd_set*, fd_set*, fd_set*, timeval*"
Function,-,serial_svc_is_started,_Bool,
Function,-,serial_svc_notify_buffer_is_empty,void,
Function,-,serial_svc_set_callbacks,void,"uint16_t, SerialServiceEventCallback, void*"
Function,+,serial_svc_set_rpc_status,void,SerialServiceRpcStatus
Function,-,serial_svc_start,void,
Function,-,serial_svc_stop,void,
Function,-,serial_svc_update_tx,_Bool,"uint8_t*, uint16_t"
@@ -2297,14 +2306,20 @@ Function,-,strupr,char*,char*
Function,-,strverscmp,int,"const char*, const char*"
Function,-,strxfrm,size_t,"char*, const char*, size_t"
Function,-,strxfrm_l,size_t,"char*, const char*, size_t, locale_t"
Function,+,subghz_block_generic_deserialize,_Bool,"SubGhzBlockGeneric*, FlipperFormat*"
Function,+,subghz_block_generic_get_preset_name,void,"const char*, FuriString*"
Function,+,subghz_block_generic_serialize,_Bool,"SubGhzBlockGeneric*, FlipperFormat*, SubGhzPresetDefinition*"
Function,+,subghz_environment_alloc,SubGhzEnvironment*,
Function,+,subghz_environment_free,void,SubGhzEnvironment*
Function,-,subghz_environment_get_came_atomo_rainbow_table_file_name,const char*,SubGhzEnvironment*
Function,-,subghz_environment_get_keystore,SubGhzKeystore*,SubGhzEnvironment*
Function,-,subghz_environment_get_nice_flor_s_rainbow_table_file_name,const char*,SubGhzEnvironment*
Function,+,subghz_environment_get_protocol_name_registry,const char*,"SubGhzEnvironment*, size_t"
Function,+,subghz_environment_get_protocol_registry,void*,SubGhzEnvironment*
Function,+,subghz_environment_load_keystore,_Bool,"SubGhzEnvironment*, const char*"
Function,-,subghz_environment_set_came_atomo_rainbow_table_file_name,void,"SubGhzEnvironment*, const char*"
Function,-,subghz_environment_set_nice_flor_s_rainbow_table_file_name,void,"SubGhzEnvironment*, const char*"
Function,+,subghz_environment_set_protocol_registry,void,"SubGhzEnvironment*, void*"
Function,-,subghz_keystore_alloc,SubGhzKeystore*,
Function,-,subghz_keystore_free,void,SubGhzKeystore*
Function,-,subghz_keystore_get_data,SubGhzKeyArray_t*,SubGhzKeystore*
@@ -2312,8 +2327,18 @@ Function,-,subghz_keystore_load,_Bool,"SubGhzKeystore*, const char*"
Function,-,subghz_keystore_raw_encrypted_save,_Bool,"const char*, const char*, uint8_t*"
Function,-,subghz_keystore_raw_get_data,_Bool,"const char*, size_t, uint8_t*, size_t"
Function,-,subghz_keystore_save,_Bool,"SubGhzKeystore*, const char*, uint8_t*"
Function,+,subghz_protocol_blocks_add_bit,void,"SubGhzBlockDecoder*, uint8_t"
Function,+,subghz_protocol_blocks_crc4,uint8_t,"const uint8_t[], unsigned, uint8_t, uint8_t"
Function,+,subghz_protocol_blocks_crc7,uint8_t,"const uint8_t[], unsigned, uint8_t, uint8_t"
Function,+,subghz_protocol_blocks_crc8,uint8_t,"const uint8_t[], unsigned, uint8_t, uint8_t"
Function,+,subghz_protocol_blocks_get_bit_array,_Bool,"uint8_t[], size_t"
Function,+,subghz_protocol_blocks_get_hash_data,uint8_t,"SubGhzBlockDecoder*, size_t"
Function,+,subghz_protocol_blocks_get_parity,uint8_t,"uint64_t, uint8_t"
Function,+,subghz_protocol_blocks_get_upload,size_t,"uint8_t[], size_t, LevelDuration*, size_t, uint32_t"
Function,+,subghz_protocol_blocks_reverse_key,uint64_t,"uint64_t, uint8_t"
Function,+,subghz_protocol_blocks_set_bit_array,void,"_Bool, uint8_t[], size_t, size_t"
Function,-,subghz_protocol_decoder_base_deserialize,_Bool,"SubGhzProtocolDecoderBase*, FlipperFormat*"
Function,-,subghz_protocol_decoder_base_get_hash_data,uint8_t,SubGhzProtocolDecoderBase*
Function,+,subghz_protocol_decoder_base_get_hash_data,uint8_t,SubGhzProtocolDecoderBase*
Function,-,subghz_protocol_decoder_base_get_string,_Bool,"SubGhzProtocolDecoderBase*, FuriString*"
Function,+,subghz_protocol_decoder_base_serialize,_Bool,"SubGhzProtocolDecoderBase*, FlipperFormat*, SubGhzPresetDefinition*"
Function,-,subghz_protocol_decoder_base_set_decoder_callback,void,"SubGhzProtocolDecoderBase*, SubGhzProtocolDecoderBaseRxCallback, void*"
@@ -2453,14 +2478,14 @@ Function,-,subghz_protocol_decoder_linear_get_hash_data,uint8_t,void*
Function,-,subghz_protocol_decoder_linear_get_string,void,"void*, FuriString*"
Function,-,subghz_protocol_decoder_linear_reset,void,void*
Function,-,subghz_protocol_decoder_linear_serialize,_Bool,"void*, FlipperFormat*, SubGhzPresetDefinition*"
Function,-,subghz_protocol_decoder_magellen_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_decoder_magellen_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_decoder_magellen_feed,void,"void*, _Bool, uint32_t"
Function,-,subghz_protocol_decoder_magellen_free,void,void*
Function,-,subghz_protocol_decoder_magellen_get_hash_data,uint8_t,void*
Function,-,subghz_protocol_decoder_magellen_get_string,void,"void*, FuriString*"
Function,-,subghz_protocol_decoder_magellen_reset,void,void*
Function,-,subghz_protocol_decoder_magellen_serialize,_Bool,"void*, FlipperFormat*, SubGhzPresetDefinition*"
Function,-,subghz_protocol_decoder_magellan_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_decoder_magellan_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_decoder_magellan_feed,void,"void*, _Bool, uint32_t"
Function,-,subghz_protocol_decoder_magellan_free,void,void*
Function,-,subghz_protocol_decoder_magellan_get_hash_data,uint8_t,void*
Function,-,subghz_protocol_decoder_magellan_get_string,void,"void*, FuriString*"
Function,-,subghz_protocol_decoder_magellan_reset,void,void*
Function,-,subghz_protocol_decoder_magellan_serialize,_Bool,"void*, FlipperFormat*, SubGhzPresetDefinition*"
Function,-,subghz_protocol_decoder_marantec_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_decoder_marantec_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_decoder_marantec_feed,void,"void*, _Bool, uint32_t"
@@ -2668,11 +2693,11 @@ Function,-,subghz_protocol_encoder_linear_deserialize,_Bool,"void*, FlipperForma
Function,-,subghz_protocol_encoder_linear_free,void,void*
Function,-,subghz_protocol_encoder_linear_stop,void,void*
Function,-,subghz_protocol_encoder_linear_yield,LevelDuration,void*
Function,-,subghz_protocol_encoder_magellen_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_magellen_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_encoder_magellen_free,void,void*
Function,-,subghz_protocol_encoder_magellen_stop,void,void*
Function,-,subghz_protocol_encoder_magellen_yield,LevelDuration,void*
Function,-,subghz_protocol_encoder_magellan_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_magellan_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_encoder_magellan_free,void,void*
Function,-,subghz_protocol_encoder_magellan_stop,void,void*
Function,-,subghz_protocol_encoder_magellan_yield,LevelDuration,void*
Function,-,subghz_protocol_encoder_marantec_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_marantec_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_encoder_marantec_free,void,void*
@@ -2750,6 +2775,12 @@ Function,+,subghz_protocol_raw_save_to_file_stop,void,SubGhzProtocolDecoderRAW*
Function,+,subghz_protocol_registry_count,size_t,
Function,+,subghz_protocol_registry_get_by_index,const SubGhzProtocol*,size_t
Function,+,subghz_protocol_registry_get_by_name,const SubGhzProtocol*,const char*
Function,-,subghz_protocol_raw_get_sample_write,size_t,SubGhzProtocolDecoderRAW*
Function,-,subghz_protocol_raw_save_to_file_init,_Bool,"SubGhzProtocolDecoderRAW*, const char*, SubGhzPresetDefinition*"
Function,-,subghz_protocol_raw_save_to_file_stop,void,SubGhzProtocolDecoderRAW*
Function,+,subghz_protocol_registry_count,size_t,const SubGhzProtocolRegistry*
Function,+,subghz_protocol_registry_get_by_index,const SubGhzProtocol*,"const SubGhzProtocolRegistry*, size_t"
Function,+,subghz_protocol_registry_get_by_name,const SubGhzProtocol*,"const SubGhzProtocolRegistry*, const char*"
Function,-,subghz_protocol_secplus_v1_check_fixed,_Bool,uint32_t
Function,-,subghz_protocol_secplus_v2_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint32_t, SubGhzPresetDefinition*"
Function,-,subghz_protocol_star_line_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, const char*, SubGhzPresetDefinition*"
@@ -2761,6 +2792,24 @@ Function,+,subghz_receiver_reset,void,SubGhzReceiver*
Function,+,subghz_receiver_search_decoder_base_by_name,SubGhzProtocolDecoderBase*,"SubGhzReceiver*, const char*"
Function,+,subghz_receiver_set_filter,void,"SubGhzReceiver*, SubGhzProtocolFlag"
Function,+,subghz_receiver_set_rx_callback,void,"SubGhzReceiver*, SubGhzReceiverCallback, void*"
Function,+,subghz_setting_alloc,SubGhzSetting*,
Function,+,subghz_setting_delete_custom_preset,_Bool,"SubGhzSetting*, const char*"
Function,+,subghz_setting_free,void,SubGhzSetting*
Function,+,subghz_setting_get_default_frequency,uint32_t,SubGhzSetting*
Function,+,subghz_setting_get_frequency,uint32_t,"SubGhzSetting*, size_t"
Function,+,subghz_setting_get_frequency_count,size_t,SubGhzSetting*
Function,+,subghz_setting_get_frequency_default_index,uint32_t,SubGhzSetting*
Function,+,subghz_setting_get_hopper_frequency,uint32_t,"SubGhzSetting*, size_t"
Function,+,subghz_setting_get_hopper_frequency_count,size_t,SubGhzSetting*
Function,+,subghz_setting_get_inx_preset_by_name,int,"SubGhzSetting*, const char*"
Function,+,subghz_setting_get_preset_count,size_t,SubGhzSetting*
Function,+,subghz_setting_get_preset_data,uint8_t*,"SubGhzSetting*, size_t"
Function,+,subghz_setting_get_preset_data_by_name,uint8_t*,"SubGhzSetting*, const char*"
Function,+,subghz_setting_get_preset_data_size,size_t,"SubGhzSetting*, size_t"
Function,+,subghz_setting_get_preset_name,const char*,"SubGhzSetting*, size_t"
Function,+,subghz_setting_load,void,"SubGhzSetting*, const char*, _Bool"
Function,+,subghz_setting_load_custom_preset,_Bool,"SubGhzSetting*, const char*, FlipperFormat*"
Function,+,subghz_setting_set_default_frequency,void,"SubGhzSetting*, uint32_t"
Function,+,subghz_transmitter_alloc_init,SubGhzTransmitter*,"SubGhzEnvironment*, const char*"
Function,+,subghz_transmitter_deserialize,_Bool,"SubGhzTransmitter*, FlipperFormat*"
Function,+,subghz_transmitter_free,void,SubGhzTransmitter*
@@ -4007,6 +4056,7 @@ Function,+,variable_item_list_set_enter_callback,void,"VariableItemList*, Variab
Function,+,variable_item_list_set_selected_item,void,"VariableItemList*, uint8_t"
Function,+,variable_item_set_current_value_index,void,"VariableItem*, uint8_t"
Function,+,variable_item_set_current_value_text,void,"VariableItem*, const char*"
Function,-,variable_item_set_values_count,void,"VariableItem*, uint8_t"
Function,-,vasiprintf,int,"char**, const char*, __gnuc_va_list"
Function,-,vasniprintf,char*,"char*, size_t*, const char*, __gnuc_va_list"
Function,-,vasnprintf,char*,"char*, size_t*, const char*, __gnuc_va_list"
@@ -4666,9 +4716,9 @@ Variable,-,subghz_protocol_kia_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_linear,const SubGhzProtocol,
Variable,-,subghz_protocol_linear_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_linear_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_magellen,const SubGhzProtocol,
Variable,-,subghz_protocol_magellen_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_magellen_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_magellan,const SubGhzProtocol,
Variable,-,subghz_protocol_magellan_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_magellan_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_marantec,const SubGhzProtocol,
Variable,-,subghz_protocol_marantec_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_marantec_encoder,const SubGhzProtocolEncoder,
@@ -4700,6 +4750,7 @@ Variable,-,subghz_protocol_princeton_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_raw,const SubGhzProtocol,
Variable,-,subghz_protocol_raw_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_raw_encoder,const SubGhzProtocolEncoder,
Variable,+,subghz_protocol_registry,const SubGhzProtocolRegistry,
Variable,-,subghz_protocol_scher_khan,const SubGhzProtocol,
Variable,-,subghz_protocol_scher_khan_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_scher_khan_encoder,const SubGhzProtocolEncoder,
1 entry status name type params
2 Version + 3.2 4.1
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h
128 Header + lib/one_wire/one_wire_host_timing.h
129 Header + lib/one_wire/one_wire_slave.h
130 Header + lib/print/wrappers.h
131 Header + lib/subghz/blocks/const.h
132 Header + lib/subghz/blocks/decoder.h
133 Header + lib/subghz/blocks/encoder.h
134 Header + lib/subghz/blocks/generic.h
135 Header + lib/subghz/blocks/math.h
136 Header + lib/subghz/environment.h
137 Header + lib/subghz/protocols/protocol_items.h
138 Header + lib/subghz/protocols/raw.h
Header + lib/subghz/protocols/registry.h
139 Header + lib/subghz/receiver.h
140 Header + lib/subghz/registry.h
141 Header + lib/subghz/subghz_setting.h
142 Header + lib/subghz/subghz_tx_rx_worker.h
143 Header + lib/subghz/subghz_worker.h
144 Header + lib/subghz/transmitter.h
956 Function + furi_hal_bt_reinit void
957 Function + furi_hal_bt_serial_notify_buffer_is_empty void
958 Function + furi_hal_bt_serial_set_event_callback void uint16_t, FuriHalBtSerialCallback, void*
959 Function + furi_hal_bt_serial_set_rpc_status void FuriHalBtSerialRpcStatus
960 Function + furi_hal_bt_serial_start void
961 Function + furi_hal_bt_serial_stop void
962 Function + furi_hal_bt_serial_tx _Bool uint8_t*, uint16_t
2136 Function - serial_svc_is_started _Bool
2137 Function - serial_svc_notify_buffer_is_empty void
2138 Function - serial_svc_set_callbacks void uint16_t, SerialServiceEventCallback, void*
2139 Function + serial_svc_set_rpc_status void SerialServiceRpcStatus
2140 Function - serial_svc_start void
2141 Function - serial_svc_stop void
2142 Function - serial_svc_update_tx _Bool uint8_t*, uint16_t
2306 Function - strverscmp int const char*, const char*
2307 Function - strxfrm size_t char*, const char*, size_t
2308 Function - strxfrm_l size_t char*, const char*, size_t, locale_t
2309 Function + subghz_block_generic_deserialize _Bool SubGhzBlockGeneric*, FlipperFormat*
2310 Function + subghz_block_generic_get_preset_name void const char*, FuriString*
2311 Function + subghz_block_generic_serialize _Bool SubGhzBlockGeneric*, FlipperFormat*, SubGhzPresetDefinition*
2312 Function + subghz_environment_alloc SubGhzEnvironment*
2313 Function + subghz_environment_free void SubGhzEnvironment*
2314 Function - subghz_environment_get_came_atomo_rainbow_table_file_name const char* SubGhzEnvironment*
2315 Function - subghz_environment_get_keystore SubGhzKeystore* SubGhzEnvironment*
2316 Function - subghz_environment_get_nice_flor_s_rainbow_table_file_name const char* SubGhzEnvironment*
2317 Function + subghz_environment_get_protocol_name_registry const char* SubGhzEnvironment*, size_t
2318 Function + subghz_environment_get_protocol_registry void* SubGhzEnvironment*
2319 Function + subghz_environment_load_keystore _Bool SubGhzEnvironment*, const char*
2320 Function - subghz_environment_set_came_atomo_rainbow_table_file_name void SubGhzEnvironment*, const char*
2321 Function - subghz_environment_set_nice_flor_s_rainbow_table_file_name void SubGhzEnvironment*, const char*
2322 Function + subghz_environment_set_protocol_registry void SubGhzEnvironment*, void*
2323 Function - subghz_keystore_alloc SubGhzKeystore*
2324 Function - subghz_keystore_free void SubGhzKeystore*
2325 Function - subghz_keystore_get_data SubGhzKeyArray_t* SubGhzKeystore*
2327 Function - subghz_keystore_raw_encrypted_save _Bool const char*, const char*, uint8_t*
2328 Function - subghz_keystore_raw_get_data _Bool const char*, size_t, uint8_t*, size_t
2329 Function - subghz_keystore_save _Bool SubGhzKeystore*, const char*, uint8_t*
2330 Function + subghz_protocol_blocks_add_bit void SubGhzBlockDecoder*, uint8_t
2331 Function + subghz_protocol_blocks_crc4 uint8_t const uint8_t[], unsigned, uint8_t, uint8_t
2332 Function + subghz_protocol_blocks_crc7 uint8_t const uint8_t[], unsigned, uint8_t, uint8_t
2333 Function + subghz_protocol_blocks_crc8 uint8_t const uint8_t[], unsigned, uint8_t, uint8_t
2334 Function + subghz_protocol_blocks_get_bit_array _Bool uint8_t[], size_t
2335 Function + subghz_protocol_blocks_get_hash_data uint8_t SubGhzBlockDecoder*, size_t
2336 Function + subghz_protocol_blocks_get_parity uint8_t uint64_t, uint8_t
2337 Function + subghz_protocol_blocks_get_upload size_t uint8_t[], size_t, LevelDuration*, size_t, uint32_t
2338 Function + subghz_protocol_blocks_reverse_key uint64_t uint64_t, uint8_t
2339 Function + subghz_protocol_blocks_set_bit_array void _Bool, uint8_t[], size_t, size_t
2340 Function - subghz_protocol_decoder_base_deserialize _Bool SubGhzProtocolDecoderBase*, FlipperFormat*
2341 Function - + subghz_protocol_decoder_base_get_hash_data uint8_t SubGhzProtocolDecoderBase*
2342 Function - subghz_protocol_decoder_base_get_string _Bool SubGhzProtocolDecoderBase*, FuriString*
2343 Function + subghz_protocol_decoder_base_serialize _Bool SubGhzProtocolDecoderBase*, FlipperFormat*, SubGhzPresetDefinition*
2344 Function - subghz_protocol_decoder_base_set_decoder_callback void SubGhzProtocolDecoderBase*, SubGhzProtocolDecoderBaseRxCallback, void*
2478 Function - subghz_protocol_decoder_linear_get_string void void*, FuriString*
2479 Function - subghz_protocol_decoder_linear_reset void void*
2480 Function - subghz_protocol_decoder_linear_serialize _Bool void*, FlipperFormat*, SubGhzPresetDefinition*
2481 Function - subghz_protocol_decoder_magellen_alloc subghz_protocol_decoder_magellan_alloc void* SubGhzEnvironment*
2482 Function - subghz_protocol_decoder_magellen_deserialize subghz_protocol_decoder_magellan_deserialize _Bool void*, FlipperFormat*
2483 Function - subghz_protocol_decoder_magellen_feed subghz_protocol_decoder_magellan_feed void void*, _Bool, uint32_t
2484 Function - subghz_protocol_decoder_magellen_free subghz_protocol_decoder_magellan_free void void*
2485 Function - subghz_protocol_decoder_magellen_get_hash_data subghz_protocol_decoder_magellan_get_hash_data uint8_t void*
2486 Function - subghz_protocol_decoder_magellen_get_string subghz_protocol_decoder_magellan_get_string void void*, FuriString*
2487 Function - subghz_protocol_decoder_magellen_reset subghz_protocol_decoder_magellan_reset void void*
2488 Function - subghz_protocol_decoder_magellen_serialize subghz_protocol_decoder_magellan_serialize _Bool void*, FlipperFormat*, SubGhzPresetDefinition*
2489 Function - subghz_protocol_decoder_marantec_alloc void* SubGhzEnvironment*
2490 Function - subghz_protocol_decoder_marantec_deserialize _Bool void*, FlipperFormat*
2491 Function - subghz_protocol_decoder_marantec_feed void void*, _Bool, uint32_t
2693 Function - subghz_protocol_encoder_linear_free void void*
2694 Function - subghz_protocol_encoder_linear_stop void void*
2695 Function - subghz_protocol_encoder_linear_yield LevelDuration void*
2696 Function - subghz_protocol_encoder_magellen_alloc subghz_protocol_encoder_magellan_alloc void* SubGhzEnvironment*
2697 Function - subghz_protocol_encoder_magellen_deserialize subghz_protocol_encoder_magellan_deserialize _Bool void*, FlipperFormat*
2698 Function - subghz_protocol_encoder_magellen_free subghz_protocol_encoder_magellan_free void void*
2699 Function - subghz_protocol_encoder_magellen_stop subghz_protocol_encoder_magellan_stop void void*
2700 Function - subghz_protocol_encoder_magellen_yield subghz_protocol_encoder_magellan_yield LevelDuration void*
2701 Function - subghz_protocol_encoder_marantec_alloc void* SubGhzEnvironment*
2702 Function - subghz_protocol_encoder_marantec_deserialize _Bool void*, FlipperFormat*
2703 Function - subghz_protocol_encoder_marantec_free void void*
2775 Function + subghz_protocol_registry_count size_t
2776 Function + subghz_protocol_registry_get_by_index const SubGhzProtocol* size_t
2777 Function + subghz_protocol_registry_get_by_name const SubGhzProtocol* const char*
2778 Function - subghz_protocol_raw_get_sample_write size_t SubGhzProtocolDecoderRAW*
2779 Function - subghz_protocol_raw_save_to_file_init _Bool SubGhzProtocolDecoderRAW*, const char*, SubGhzPresetDefinition*
2780 Function - subghz_protocol_raw_save_to_file_stop void SubGhzProtocolDecoderRAW*
2781 Function + subghz_protocol_registry_count size_t const SubGhzProtocolRegistry*
2782 Function + subghz_protocol_registry_get_by_index const SubGhzProtocol* const SubGhzProtocolRegistry*, size_t
2783 Function + subghz_protocol_registry_get_by_name const SubGhzProtocol* const SubGhzProtocolRegistry*, const char*
2784 Function - subghz_protocol_secplus_v1_check_fixed _Bool uint32_t
2785 Function - subghz_protocol_secplus_v2_create_data _Bool void*, FlipperFormat*, uint32_t, uint8_t, uint32_t, SubGhzPresetDefinition*
2786 Function - subghz_protocol_star_line_create_data _Bool void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, const char*, SubGhzPresetDefinition*
2792 Function + subghz_receiver_search_decoder_base_by_name SubGhzProtocolDecoderBase* SubGhzReceiver*, const char*
2793 Function + subghz_receiver_set_filter void SubGhzReceiver*, SubGhzProtocolFlag
2794 Function + subghz_receiver_set_rx_callback void SubGhzReceiver*, SubGhzReceiverCallback, void*
2795 Function + subghz_setting_alloc SubGhzSetting*
2796 Function + subghz_setting_delete_custom_preset _Bool SubGhzSetting*, const char*
2797 Function + subghz_setting_free void SubGhzSetting*
2798 Function + subghz_setting_get_default_frequency uint32_t SubGhzSetting*
2799 Function + subghz_setting_get_frequency uint32_t SubGhzSetting*, size_t
2800 Function + subghz_setting_get_frequency_count size_t SubGhzSetting*
2801 Function + subghz_setting_get_frequency_default_index uint32_t SubGhzSetting*
2802 Function + subghz_setting_get_hopper_frequency uint32_t SubGhzSetting*, size_t
2803 Function + subghz_setting_get_hopper_frequency_count size_t SubGhzSetting*
2804 Function + subghz_setting_get_inx_preset_by_name int SubGhzSetting*, const char*
2805 Function + subghz_setting_get_preset_count size_t SubGhzSetting*
2806 Function + subghz_setting_get_preset_data uint8_t* SubGhzSetting*, size_t
2807 Function + subghz_setting_get_preset_data_by_name uint8_t* SubGhzSetting*, const char*
2808 Function + subghz_setting_get_preset_data_size size_t SubGhzSetting*, size_t
2809 Function + subghz_setting_get_preset_name const char* SubGhzSetting*, size_t
2810 Function + subghz_setting_load void SubGhzSetting*, const char*, _Bool
2811 Function + subghz_setting_load_custom_preset _Bool SubGhzSetting*, const char*, FlipperFormat*
2812 Function + subghz_setting_set_default_frequency void SubGhzSetting*, uint32_t
2813 Function + subghz_transmitter_alloc_init SubGhzTransmitter* SubGhzEnvironment*, const char*
2814 Function + subghz_transmitter_deserialize _Bool SubGhzTransmitter*, FlipperFormat*
2815 Function + subghz_transmitter_free void SubGhzTransmitter*
4056 Function + variable_item_list_set_selected_item void VariableItemList*, uint8_t
4057 Function + variable_item_set_current_value_index void VariableItem*, uint8_t
4058 Function + variable_item_set_current_value_text void VariableItem*, const char*
4059 Function - variable_item_set_values_count void VariableItem*, uint8_t
4060 Function - vasiprintf int char**, const char*, __gnuc_va_list
4061 Function - vasniprintf char* char*, size_t*, const char*, __gnuc_va_list
4062 Function - vasnprintf char* char*, size_t*, const char*, __gnuc_va_list
4716 Variable - subghz_protocol_linear const SubGhzProtocol
4717 Variable - subghz_protocol_linear_decoder const SubGhzProtocolDecoder
4718 Variable - subghz_protocol_linear_encoder const SubGhzProtocolEncoder
4719 Variable - subghz_protocol_magellen subghz_protocol_magellan const SubGhzProtocol
4720 Variable - subghz_protocol_magellen_decoder subghz_protocol_magellan_decoder const SubGhzProtocolDecoder
4721 Variable - subghz_protocol_magellen_encoder subghz_protocol_magellan_encoder const SubGhzProtocolEncoder
4722 Variable - subghz_protocol_marantec const SubGhzProtocol
4723 Variable - subghz_protocol_marantec_decoder const SubGhzProtocolDecoder
4724 Variable - subghz_protocol_marantec_encoder const SubGhzProtocolEncoder
4750 Variable - subghz_protocol_raw const SubGhzProtocol
4751 Variable - subghz_protocol_raw_decoder const SubGhzProtocolDecoder
4752 Variable - subghz_protocol_raw_encoder const SubGhzProtocolEncoder
4753 Variable + subghz_protocol_registry const SubGhzProtocolRegistry
4754 Variable - subghz_protocol_scher_khan const SubGhzProtocol
4755 Variable - subghz_protocol_scher_khan_decoder const SubGhzProtocolDecoder
4756 Variable - subghz_protocol_scher_khan_encoder const SubGhzProtocolEncoder