Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/src/
Dhal_ext_irq.c57 ext_irq_cb_t cb; member
100 int32_t ext_irq_register(const uint32_t pin, ext_irq_cb_t cb) in ext_irq_register()
/loramac-node-latest/src/boards/mcu/saml21/hal/utils/include/
Dutils_event.h89 event_cb_t cb; /*! Callback to be called when an event occurs */ member
/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_i2c_s_async.h83 struct _i2c_s_async_callback cb; member
Dhpl_i2c_m_async.h83 struct _i2c_m_async_callback cb; member
Dhal_timer.h85 timer_cb_t cb; /*! Function pointer to the task. */ member
/loramac-node-latest/src/boards/mcu/saml21/hal/utils/src/
Dutils_event.c53 int32_t event_subscribe(struct event *const event, const event_id_t id, event_cb_t cb) in event_subscribe()