Flipper Developer Docs
Loading...
Searching...
No Matches
const.h
1
#pragma once
2
3
#include <stdbool.h>
4
#include <stdint.h>
5
#include <stddef.h>
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
typedef
struct
{
12
const
uint16_t te_long;
13
const
uint16_t te_short;
14
const
uint16_t te_delta;
15
const
uint8_t min_count_bit_for_found;
16
}
SubGhzBlockConst
;
17
18
#ifdef __cplusplus
19
}
20
#endif
SubGhzBlockConst
Definition
const.h:11
lib
subghz
blocks
const.h
Generated by
1.12.0