Defines | |
| #define | dev_open_DEV_AVR_RSSI() mos_mutex_lock(&rssi_mutex) |
| gain an exclusive lock on the AVR RSSI Driver. Any other threads calling dev_open_DEV_AVR_RSSI() will block until the owner calls dev_close_DEV_AVR_RSSI(). | |
| #define | dev_close_DEV_AVR_RSSI() mos_mutex_unlock(&rssi_mutex) |
| release exclusive lock on the AVR RSSI Driver. Any other thread blocking on dev_open_DEV_AVR_RSSI() will now unblock. | |
Functions | |
| uint16_t | dev_read_DEV_AVR_RSSI (void *buf, uint16_t count) |
| read the RSSI value from the CC1000 radio int buf. | |
| uint16_t | dev_write_DEV_AVR_RSSI (const void *buf, uint16_t count) |
| not supported for the AVR RSSI Driver. | |
| uint8_t | dev_mode_DEV_AVR_RSSI (uint8_t md) |
change the status of the RSSI Driver. Accepted parameters are:
| |
| uint8_t | dev_ioctl_DEV_AVR_RSSI (int8_t request,...) |
| not supported for the AVR RSSI Driver. | |
Variables | |
| mos_mutex_t | rssi_mutex |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
For internal use only. Used by the dev_open and dev_close functions. |
1.4.6