ble9 2.0.0.0
|
#include <ble9.h>
Data Fields | |
uint8_t | ble9_timer_handle |
Timer handle to use, which is returned in timeout event. | |
uint8_t | ble9_timer_single_shot |
Frequency interval of events, which indicates how often to send events in hardware clock ticks (1 second is equal to 32768 ticks). The smallest supported interval value is 328, which is around 10 milliseconds. Any parameters between 0 and 328 will be rounded up to 328. The maximum value is 2147483647, which corresponds to about 18.2 hours. If time is 0, removes the scheduled timer with the same handle. | |
uint32_t | ble9_timer_time |
Slack time in hardware clock ticks. | |
uint32_t | ble9_timer_slack |
uint8_t ble9_timer_handle |
Timer handle to use, which is returned in timeout event.
<
Timer mode. Values: 0: false (timer is repeating) 1: true (timer runs only once)
uint8_t ble9_timer_single_shot |
Frequency interval of events, which indicates how often to send events in hardware clock ticks (1 second is equal to 32768 ticks). The smallest supported interval value is 328, which is around 10 milliseconds. Any parameters between 0 and 328 will be rounded up to 328. The maximum value is 2147483647, which corresponds to about 18.2 hours. If time is 0, removes the scheduled timer with the same handle.
uint32_t ble9_timer_slack |
uint32_t ble9_timer_time |
Slack time in hardware clock ticks.