Bluetooth: controller: Introduce vendor ticker operations for ULL_LOW
Allow vendor configuration of addition ticker user operations for TICKER_USER_ID_ULL_LOW. Signed-off-by: Morten Priess <mtpr@oticon.com>
This commit is contained in:
parent
e1f4452798
commit
3ad58fde71
1 changed files with 5 additions and 1 deletions
|
@ -248,6 +248,10 @@
|
|||
#define TICKER_USER_ULL_HIGH_VENDOR_OPS 0
|
||||
#endif /* TICKER_USER_ULL_HIGH_VENDOR_OPS */
|
||||
|
||||
#if !defined(TICKER_USER_ULL_LOW_VENDOR_OPS)
|
||||
#define TICKER_USER_ULL_LOW_VENDOR_OPS 0
|
||||
#endif /* TICKER_USER_ULL_LOW_VENDOR_OPS */
|
||||
|
||||
#if !defined(TICKER_USER_THREAD_VENDOR_OPS)
|
||||
#define TICKER_USER_THREAD_VENDOR_OPS 0
|
||||
#endif /* TICKER_USER_THREAD_VENDOR_OPS */
|
||||
|
@ -271,7 +275,7 @@
|
|||
#define TICKER_USER_THREAD_OPS (1 + TICKER_USER_THREAD_VENDOR_OPS + 1)
|
||||
#endif /* !CONFIG_BT_CTLR_LOW_LAT */
|
||||
|
||||
#define TICKER_USER_ULL_LOW_OPS (1 + 1)
|
||||
#define TICKER_USER_ULL_LOW_OPS (1 + TICKER_USER_ULL_LOW_VENDOR_OPS + 1)
|
||||
|
||||
/* NOTE: When ULL_LOW priority is configured to lower than ULL_HIGH, then extra
|
||||
* ULL_HIGH operations queue elements are required to buffer the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue