Bluetooth: controller: split: Increase event start overhead time
Increase the event start overhead time to accommodate for processing time for dequeueing pipeline in Upper Link Layer. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
f6799ff57e
commit
e4ae7b8818
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#define EVENT_OVERHEAD_PREEMPT_US 0 /* if <= min, then dynamic preempt */
|
||||
#define EVENT_OVERHEAD_PREEMPT_MIN_US 0
|
||||
#define EVENT_OVERHEAD_PREEMPT_MAX_US EVENT_OVERHEAD_XTAL_US
|
||||
#define EVENT_OVERHEAD_START_US 200
|
||||
#define EVENT_OVERHEAD_START_US 300
|
||||
/* Worst-case time margin needed after event end-time in the air
|
||||
* (done/preempt race margin + power-down/chain delay)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue