Project

General

Profile

Download (444 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#ifndef _RC632_HIGHLEVEL_H
2
#define _RC632_HIGHLEVEL_H
3

    
4
#include <sys/types.h>
5
#include <librfid/rfid_asic.h>
6

    
7
int 
8
rc632_turn_on_rf(struct rfid_asic_handle *handle);
9

    
10
int 
11
rc632_turn_off_rf(struct rfid_asic_handle *handle);
12

    
13
int
14
rc632_read_eeprom(struct rfid_asic_handle *handle, uint16_t addr, uint8_t len,
15
		  uint8_t *recvbuf);
16

    
17
int rc632_get_serial(struct rfid_asic_handle *handle,
18
		     uint32_t *serial);
19
#endif /* _RC632_HIGHLEVEL_H */
(13-13/15)
Add picture from clipboard (Maximum size: 48.8 MB)