5#define SUBGHZ_PROTOCOL_MAGELLAN_NAME "Magellan"
25void subghz_protocol_encoder_magellan_free(
void* context);
34 subghz_protocol_encoder_magellan_deserialize(
void* context,
FlipperFormat* flipper_format);
40void subghz_protocol_encoder_magellan_stop(
void* context);
47LevelDuration subghz_protocol_encoder_magellan_yield(
void* context);
60void subghz_protocol_decoder_magellan_free(
void* context);
66void subghz_protocol_decoder_magellan_reset(
void* context);
74void subghz_protocol_decoder_magellan_feed(
void* context,
bool level, uint32_t duration);
81uint8_t subghz_protocol_decoder_magellan_get_hash_data(
void* context);
90SubGhzProtocolStatus subghz_protocol_decoder_magellan_serialize(
102 subghz_protocol_decoder_magellan_deserialize(
void* context,
FlipperFormat* flipper_format);
109void subghz_protocol_decoder_magellan_get_string(
void* context,
FuriString* output);
Definition level_duration.h:15
Definition environment.c:4