1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

Update API

This commit is contained in:
MX
2022-12-27 16:09:23 +03:00
parent 473f9c0e44
commit 5db9238331

View File

@@ -2686,6 +2686,14 @@ Function,-,subghz_protocol_decoder_holtek_get_hash_data,uint8_t,void*
Function,-,subghz_protocol_decoder_holtek_get_string,void,"void*, FuriString*"
Function,-,subghz_protocol_decoder_holtek_reset,void,void*
Function,-,subghz_protocol_decoder_holtek_serialize,_Bool,"void*, FlipperFormat*, SubGhzRadioPreset*"
Function,-,subghz_protocol_decoder_holtek_th12x_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_decoder_holtek_th12x_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_decoder_holtek_th12x_feed,void,"void*, _Bool, uint32_t"
Function,-,subghz_protocol_decoder_holtek_th12x_free,void,void*
Function,-,subghz_protocol_decoder_holtek_th12x_get_hash_data,uint8_t,void*
Function,-,subghz_protocol_decoder_holtek_th12x_get_string,void,"void*, FuriString*"
Function,-,subghz_protocol_decoder_holtek_th12x_reset,void,void*
Function,-,subghz_protocol_decoder_holtek_th12x_serialize,_Bool,"void*, FlipperFormat*, SubGhzRadioPreset*"
Function,-,subghz_protocol_decoder_honeywell_wdb_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_decoder_honeywell_wdb_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_decoder_honeywell_wdb_feed,void,"void*, _Bool, uint32_t"
@@ -2944,6 +2952,11 @@ Function,-,subghz_protocol_encoder_holtek_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_holtek_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_encoder_holtek_free,void,void*
Function,-,subghz_protocol_encoder_holtek_stop,void,void*
Function,-,subghz_protocol_encoder_holtek_th12x_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_holtek_th12x_deserialize,_Bool,"void*, FlipperFormat*"
Function,-,subghz_protocol_encoder_holtek_th12x_free,void,void*
Function,-,subghz_protocol_encoder_holtek_th12x_stop,void,void*
Function,-,subghz_protocol_encoder_holtek_th12x_yield,LevelDuration,void*
Function,-,subghz_protocol_encoder_holtek_yield,LevelDuration,void*
Function,-,subghz_protocol_encoder_honeywell_wdb_alloc,void*,SubGhzEnvironment*
Function,-,subghz_protocol_encoder_honeywell_wdb_deserialize,_Bool,"void*, FlipperFormat*"
@@ -4797,6 +4810,9 @@ Variable,-,subghz_protocol_gate_tx_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_holtek,const SubGhzProtocol,
Variable,-,subghz_protocol_holtek_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_holtek_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_holtek_th12x,const SubGhzProtocol,
Variable,-,subghz_protocol_holtek_th12x_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_holtek_th12x_encoder,const SubGhzProtocolEncoder,
Variable,-,subghz_protocol_honeywell_wdb,const SubGhzProtocol,
Variable,-,subghz_protocol_honeywell_wdb_decoder,const SubGhzProtocolDecoder,
Variable,-,subghz_protocol_honeywell_wdb_encoder,const SubGhzProtocolEncoder,
1 entry status name type params
2686 Function - subghz_protocol_decoder_holtek_get_string void void*, FuriString*
2687 Function - subghz_protocol_decoder_holtek_reset void void*
2688 Function - subghz_protocol_decoder_holtek_serialize _Bool void*, FlipperFormat*, SubGhzRadioPreset*
2689 Function - subghz_protocol_decoder_holtek_th12x_alloc void* SubGhzEnvironment*
2690 Function - subghz_protocol_decoder_holtek_th12x_deserialize _Bool void*, FlipperFormat*
2691 Function - subghz_protocol_decoder_holtek_th12x_feed void void*, _Bool, uint32_t
2692 Function - subghz_protocol_decoder_holtek_th12x_free void void*
2693 Function - subghz_protocol_decoder_holtek_th12x_get_hash_data uint8_t void*
2694 Function - subghz_protocol_decoder_holtek_th12x_get_string void void*, FuriString*
2695 Function - subghz_protocol_decoder_holtek_th12x_reset void void*
2696 Function - subghz_protocol_decoder_holtek_th12x_serialize _Bool void*, FlipperFormat*, SubGhzRadioPreset*
2697 Function - subghz_protocol_decoder_honeywell_wdb_alloc void* SubGhzEnvironment*
2698 Function - subghz_protocol_decoder_honeywell_wdb_deserialize _Bool void*, FlipperFormat*
2699 Function - subghz_protocol_decoder_honeywell_wdb_feed void void*, _Bool, uint32_t
2952 Function - subghz_protocol_encoder_holtek_deserialize _Bool void*, FlipperFormat*
2953 Function - subghz_protocol_encoder_holtek_free void void*
2954 Function - subghz_protocol_encoder_holtek_stop void void*
2955 Function - subghz_protocol_encoder_holtek_th12x_alloc void* SubGhzEnvironment*
2956 Function - subghz_protocol_encoder_holtek_th12x_deserialize _Bool void*, FlipperFormat*
2957 Function - subghz_protocol_encoder_holtek_th12x_free void void*
2958 Function - subghz_protocol_encoder_holtek_th12x_stop void void*
2959 Function - subghz_protocol_encoder_holtek_th12x_yield LevelDuration void*
2960 Function - subghz_protocol_encoder_holtek_yield LevelDuration void*
2961 Function - subghz_protocol_encoder_honeywell_wdb_alloc void* SubGhzEnvironment*
2962 Function - subghz_protocol_encoder_honeywell_wdb_deserialize _Bool void*, FlipperFormat*
4810 Variable - subghz_protocol_holtek const SubGhzProtocol
4811 Variable - subghz_protocol_holtek_decoder const SubGhzProtocolDecoder
4812 Variable - subghz_protocol_holtek_encoder const SubGhzProtocolEncoder
4813 Variable - subghz_protocol_holtek_th12x const SubGhzProtocol
4814 Variable - subghz_protocol_holtek_th12x_decoder const SubGhzProtocolDecoder
4815 Variable - subghz_protocol_holtek_th12x_encoder const SubGhzProtocolEncoder
4816 Variable - subghz_protocol_honeywell_wdb const SubGhzProtocol
4817 Variable - subghz_protocol_honeywell_wdb_decoder const SubGhzProtocolDecoder
4818 Variable - subghz_protocol_honeywell_wdb_encoder const SubGhzProtocolEncoder