Defines | |
#define | NFC_ACT_NOP 0 |
No Operation. | |
#define | NFC_ACT_DEV_SELECT 1 |
Device selection. The number is given by the extension. | |
#define | NFC_ACT_READ 2 |
Read flow through DFC. | |
#define | NFC_ACT_WRITE 3 |
Write flow through DFC. | |
#define | NFC_ACT_ASSERT_CE 4 |
Assert the CE pad of the last selected device. | |
#define | NFC_EXT_CELOW 1 |
#define | NFC_EXT_NOP 0 |
#define | NFC_ACT_STOP 5 |
Stop the NFC, or the DFC flow. | |
#define | NFC_ACT_ADC_EXT 6 |
Column address extension. |
#define NFC_ACT_DEV_SELECT 1 |
Device selection. The number is given by the extension.
Definition at line 67 of file nf_drv.h.
Referenced by nf_cache_fbb_flush(), nf_cache_fbb_refill(), nf_cache_lut_flush(), nf_cache_lut_refill(), nf_check_fbb(), nf_check_lut(), nf_cleanup_memory(), nf_copy_tail(), nf_erase_old_blocks(), nf_nf_2_ram(), nf_open_write(), nf_ram_2_nf(), nf_read_10(), nf_rebuild(), nf_scan(), nf_write_10(), nf_write_fbb(), nf_write_lut(), nfc_check_type(), nfc_read_id(), nfc_reset_nands(), and ut_nfc_erase_all().
#define NFC_ACT_ASSERT_CE 4 |
Assert the CE pad of the last selected device.
Definition at line 70 of file nf_drv.h.
Referenced by nfc_check_type(), and nfc_read_id().
#define NFC_EXT_CELOW 1 |
#define NFC_EXT_NOP 0 |
#define NFC_ACT_ADC_EXT 6 |