ble9 2.0.0.0
ble9_timer_t Struct Reference

#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
 

Field Documentation

◆ ble9_timer_handle

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)

◆ ble9_timer_single_shot

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.

◆ ble9_timer_slack

uint32_t ble9_timer_slack

◆ ble9_timer_time

uint32_t ble9_timer_time

Slack time in hardware clock ticks.


The documentation for this struct was generated from the following file: