/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/ |
H A D | timer_a.c | 36 static void privateTimer_AProcessClockSourceDivider(uint32_t timer, in privateTimer_AProcessClockSourceDivider() 90 void Timer_A_startCounter(uint32_t timer, uint_fast16_t timerMode) in Timer_A_startCounter() 100 void Timer_A_configureContinuousMode(uint32_t timer, in Timer_A_configureContinuousMode() 170 void Timer_A_configureUpMode(uint32_t timer, const Timer_A_UpModeConfig *config) in Timer_A_configureUpMode() 205 void Timer_A_configureUpDownMode(uint32_t timer, in Timer_A_configureUpDownMode() 240 void Timer_A_initCapture(uint32_t timer, in Timer_A_initCapture() 324 void Timer_A_initCompare(uint32_t timer, in Timer_A_initCompare() 385 uint16_t Timer_A_getCounterValue(uint32_t timer) in Timer_A_getCounterValue() 409 void Timer_A_clearTimer(uint32_t timer) in Timer_A_clearTimer() 414 uint_fast8_t Timer_A_getSynchronizedCaptureCompareInput(uint32_t timer, in Timer_A_getSynchronizedCaptureCompareInput() [all …]
|
H A D | timer32.c | 36 void Timer32_initModule(uint32_t timer, uint32_t preScaler, uint32_t resolution, in Timer32_initModule() 70 void Timer32_setCount(uint32_t timer, uint32_t count) in Timer32_setCount() 79 void Timer32_setCountInBackground(uint32_t timer, uint32_t count) in Timer32_setCountInBackground() 88 uint32_t Timer32_getValue(uint32_t timer) in Timer32_getValue() 93 void Timer32_startTimer(uint32_t timer, bool oneShot) in Timer32_startTimer() 107 void Timer32_haltTimer(uint32_t timer) in Timer32_haltTimer() 114 void Timer32_enableInterrupt(uint32_t timer) in Timer32_enableInterrupt() 119 void Timer32_disableInterrupt(uint32_t timer) in Timer32_disableInterrupt() 124 void Timer32_clearInterruptFlag(uint32_t timer) in Timer32_clearInterruptFlag() 129 uint32_t Timer32_getInterruptStatus(uint32_t timer) in Timer32_getInterruptStatus()
|
/btstack/src/ |
H A D | btstack_run_loop.c | 89 bool btstack_run_loop_base_remove_timer(btstack_timer_source_t * timer){ in btstack_run_loop_base_remove_timer() 93 void btstack_run_loop_base_add_timer(btstack_timer_source_t * timer){ in btstack_run_loop_base_add_timer() 125 btstack_timer_source_t * timer = (btstack_timer_source_t *) btstack_run_loop_base_timers; in btstack_run_loop_base_process_timers() local 138 btstack_timer_source_t * timer = (btstack_timer_source_t*) it; in btstack_run_loop_base_dump_timer() local 150 btstack_timer_source_t * timer = (btstack_timer_source_t *) btstack_run_loop_base_timers; in btstack_run_loop_base_get_time_until_timeout() local 193 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim… in btstack_run_loop_set_timer_handler() 255 void btstack_run_loop_set_timer(btstack_timer_source_t *timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer() 263 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() 270 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context() 277 void btstack_run_loop_add_timer(btstack_timer_source_t * timer){ in btstack_run_loop_add_timer() [all …]
|
H A D | hci_transport_h4.c | 562 static void hci_transport_h4_ehcill_sleep_ack_timer_handler(btstack_timer_source_t * timer){ in hci_transport_h4_ehcill_sleep_ack_timer_handler()
|
/btstack/test/gatt-service-client/ |
H A D | ancs_client_test.cpp | 52 void btstack_run_loop_add_timer(btstack_timer_source_t * timer){ in btstack_run_loop_add_timer() 56 int btstack_run_loop_remove_timer(btstack_timer_source_t * timer){ in btstack_run_loop_remove_timer() 61 void btstack_run_loop_set_timer(btstack_timer_source_t * timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer() 64 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim… in btstack_run_loop_set_timer_handler() 68 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() 72 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context()
|
H A D | device_information_service_client_test.cpp | 54 void btstack_run_loop_add_timer(btstack_timer_source_t * timer){ in btstack_run_loop_add_timer() 58 int btstack_run_loop_remove_timer(btstack_timer_source_t * timer){ in btstack_run_loop_remove_timer() 63 void btstack_run_loop_set_timer(btstack_timer_source_t * timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer() 66 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim… in btstack_run_loop_set_timer_handler() 70 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() 74 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context()
|
H A D | battery_service_client_test.cpp | 42 void btstack_run_loop_add_timer(btstack_timer_source_t * timer){ in btstack_run_loop_add_timer() 46 int btstack_run_loop_remove_timer(btstack_timer_source_t * timer){ in btstack_run_loop_remove_timer() 51 void btstack_run_loop_set_timer(btstack_timer_source_t * timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer() 54 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim… in btstack_run_loop_set_timer_handler() 58 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context() 62 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context()
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | mld6.h | 68 u16_t timer; member
|
H A D | ip4_frag.h | 67 u8_t timer; member
|
H A D | igmp.h | 84 u16_t timer; member
|
H A D | ip6_frag.h | 107 u8_t timer; member
|
/btstack/test/hfp/ |
H A D | mock.c | 324 void btstack_run_loop_add_timer(btstack_timer_source_t *timer){ in btstack_run_loop_add_timer() 327 int btstack_run_loop_remove_timer(btstack_timer_source_t *timer){ in btstack_run_loop_remove_timer()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 228 void btstack_run_loop_add_timer(btstack_timer_source_t *timer){ in btstack_run_loop_add_timer() 231 int btstack_run_loop_remove_timer(btstack_timer_source_t *timer){ in btstack_run_loop_remove_timer()
|
/btstack/platform/daemon/example/ |
H A D | l2cap_throughput.c | 68 btstack_timer_source_t timer; variable
|
/btstack/test/gatt_server/ |
H A D | mock.c | 244 void btstack_run_loop_add_timer(btstack_timer_source_t *timer){ in btstack_run_loop_add_timer() 247 int btstack_run_loop_remove_timer(btstack_timer_source_t *timer){ in btstack_run_loop_remove_timer()
|
/btstack/src/mesh/ |
H A D | mesh_configuration_server.h | 53 btstack_timer_source_t timer; member
|
H A D | mesh_access.h | 132 btstack_timer_source_t timer; member
|
/btstack/example/ |
H A D | hfp_ag_demo.c | 451 static void hfp_outgoing_call_ringing_handler(btstack_timer_source_t * timer){ in hfp_outgoing_call_ringing_handler()
|
/btstack/src/ble/gatt-service/ |
H A D | immediate_alert_service_server.c | 109 static void ias_server_timer_timeout_handler(btstack_timer_source_t * timer){ in ias_server_timer_timeout_handler()
|
H A D | link_loss_service_server.c | 113 static void lls_server_timer_timeout_handler(btstack_timer_source_t * timer){ in lls_server_timer_timeout_handler()
|
H A D | battery_service_client.c | 320 static void battery_service_poll_timer_timeout_handler(btstack_timer_source_t * timer){ in battery_service_poll_timer_timeout_handler()
|
/btstack/test/avdtp/ |
H A D | sine_encode_decode_ring_buffer_test.c | 149 static void test_fill_audio_ring_buffer_timeout_handler(btstack_timer_source_t * timer){ in test_fill_audio_ring_buffer_timeout_handler()
|
/btstack/src/classic/ |
H A D | bnep.h | 140 btstack_timer_source_t timer; // Timeout timer member
|
H A D | avrcp_browsing.c | 71 static void avrcp_retry_timer_timeout_handler(btstack_timer_source_t * timer){ in avrcp_retry_timer_timeout_handler()
|
/btstack/3rd-party/lwip/core/src/apps/tftp/ |
H A D | tftp.c | 88 int timer; member
|