2018-03-23 18:03:57 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016-2018 Nordic Semiconductor ASA
|
|
|
|
* Copyright (c) 2016 Vinayak Kariappa Chettimada
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2018-12-17 17:46:13 +08:00
|
|
|
#include "hal/ticker_vendor_hal.h"
|
2018-03-23 18:03:57 +08:00
|
|
|
|
2020-05-28 00:26:57 +08:00
|
|
|
uint8_t hal_ticker_instance0_caller_id_get(uint8_t user_id);
|
|
|
|
void hal_ticker_instance0_sched(uint8_t caller_id, uint8_t callee_id, uint8_t chain,
|
2018-03-23 18:03:57 +08:00
|
|
|
void *instance);
|
2020-05-28 00:26:57 +08:00
|
|
|
void hal_ticker_instance0_trigger_set(uint32_t value);
|