lfrfid worker, internal definitions More...
#include <furi.h>
#include "lfrfid_worker.h"
#include "lfrfid_raw_worker.h"
#include "protocols/lfrfid_protocols.h"
Go to the source code of this file.
Data Structures | |
struct | LFRFIDWorkerModeType |
struct | LFRFIDWorker |
Enumerations | |
enum | LFRFIDWorkerMode { LFRFIDWorkerIdle , LFRFIDWorkerRead , LFRFIDWorkerWrite , LFRFIDWorkerEmulate , LFRFIDWorkerReadRaw , LFRFIDWorkerEmulateRaw } |
Functions | |
bool | lfrfid_worker_check_for_stop (LFRFIDWorker *worker) |
Check for stop flag. | |
Variables | |
const LFRFIDWorkerModeType | lfrfid_worker_modes [] |
lfrfid worker, internal definitions
bool lfrfid_worker_check_for_stop | ( | LFRFIDWorker * | worker | ) |
Check for stop flag.
worker |