Home
last modified time | relevance | path

Searched defs:co (Results 1 – 8 of 8) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/
H A Dnpl_os_rtthread.c232 void ble_npl_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in ble_npl_callout_init()
238 ble_npl_error_t ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset()
243 void ble_npl_callout_stop(struct ble_npl_callout *co) in ble_npl_callout_stop()
249 bool ble_npl_callout_is_active(struct ble_npl_callout *co) in ble_npl_callout_is_active()
254 ble_npl_time_t ble_npl_callout_get_ticks(struct ble_npl_callout *co) in ble_npl_callout_get_ticks()
259 ble_npl_time_t ble_npl_callout_remaining_ticks(struct ble_npl_callout *co, in ble_npl_callout_remaining_ticks()
265 void ble_npl_callout_set_arg(struct ble_npl_callout *co, void *arg) in ble_npl_callout_set_arg()
312 struct ble_npl_callout *co; in os_callout_timer_cb() local
327 static void npl_rtthread_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in npl_rtthread_callout_init()
336 static ble_npl_error_t npl_rtthread_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in npl_rtthread_callout_reset()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/mynewt/include/nimble/
H A Dnimble_npl_os.h50 struct os_callout co; member
195 ble_npl_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in ble_npl_callout_init()
202 ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset()
208 ble_npl_callout_stop(struct ble_npl_callout *co) in ble_npl_callout_stop()
214 ble_npl_callout_is_active(struct ble_npl_callout *co) in ble_npl_callout_is_active()
220 ble_npl_callout_get_ticks(struct ble_npl_callout *co) in ble_npl_callout_get_ticks()
226 ble_npl_callout_remaining_ticks(struct ble_npl_callout *co, in ble_npl_callout_remaining_ticks()
233 ble_npl_callout_set_arg(struct ble_npl_callout *co, in ble_npl_callout_set_arg()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/
H A Dnimble_npl_os.h194 ble_npl_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in ble_npl_callout_init()
201 ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset()
207 ble_npl_callout_stop(struct ble_npl_callout *co) in ble_npl_callout_stop()
213 ble_npl_callout_is_active(struct ble_npl_callout *co) in ble_npl_callout_is_active()
219 ble_npl_callout_get_ticks(struct ble_npl_callout *co) in ble_npl_callout_get_ticks()
225 ble_npl_callout_remaining_ticks(struct ble_npl_callout *co, in ble_npl_callout_remaining_ticks()
232 ble_npl_callout_set_arg(struct ble_npl_callout *co, void *arg) in ble_npl_callout_set_arg()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_callout.c128 ble_npl_callout_get_ticks(struct ble_npl_callout *co) in ble_npl_callout_get_ticks()
134 ble_npl_callout_set_arg(struct ble_npl_callout *co, void *arg) in ble_npl_callout_set_arg()
140 ble_npl_callout_remaining_ticks(struct ble_npl_callout *co, in ble_npl_callout_remaining_ticks()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/src/
H A Dnpl_os_freertos.c255 struct ble_npl_callout *co; in os_callout_timer_cb() local
268 npl_freertos_callout_init(struct ble_npl_callout *co, struct ble_npl_eventq *evq, in npl_freertos_callout_init()
278 npl_freertos_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in npl_freertos_callout_reset()
306 npl_freertos_callout_remaining_ticks(struct ble_npl_callout *co, in npl_freertos_callout_remaining_ticks()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/src/
H A Dnpl_os_riot.c29 struct ble_npl_callout *co = (struct ble_npl_callout *)arg; in _callout_fire() local
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/src/
H A Dnpl_os_dummy.c143 ble_npl_callout_stop(struct ble_npl_callout *co) in ble_npl_callout_stop()
155 ble_npl_callout_get_ticks(struct ble_npl_callout *co) in ble_npl_callout_get_ticks()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/nimble/
H A Dnimble_npl_os.h198 ble_npl_callout_stop(struct ble_npl_callout *co) in ble_npl_callout_stop()
210 ble_npl_callout_get_ticks(struct ble_npl_callout *co) in ble_npl_callout_get_ticks()