Hi,
It might be a simple question but I can't find any reference for it. When reading the hal_driver.h I found the following definitions:
#define HAL_BUZZER_EVENT 0x0080
#define PERIOD_RSSI_RESET_EVT 0x0040
#define HAL_LED_BLINK_EVENT 0x0020
#define HAL_KEY_EVENT 0x0010
Why exactly are these events defined as the above hex code? As far as I understand, these constants are used mainly by OSAL but I found no information about them in OSAL/HAL Driver/ User's Guide documents. Some help would be really appreciated.
Thanks in advance.
Nathan.