/btstack/platform/embedded/ |
H A D | btstack_run_loop_embedded.c | 101 ts->timeout = hal_time_ms() + timeout_in_ms + 1; in btstack_run_loop_embedded_set_timer() 122 uint32_t now = hal_time_ms(); in btstack_run_loop_embedded_execute_once() 169 return hal_time_ms(); in btstack_run_loop_embedded_get_time_ms()
|
H A D | hal_time_ms.h | 54 uint32_t hal_time_ms(void);
|
/btstack/port/max32630-fthr/src/ |
H A D | hal_tick.h | 40 uint32_t hal_time_ms(void);
|
H A D | hal_tick.c | 125 uint32_t hal_time_ms(void) in hal_time_ms() function
|
/btstack/port/nrf5-cinnamon/ |
H A D | main.c | 83 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/stm32-l451-miromico-sx1280/port/ |
H A D | btstack_port.c | 115 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/stm32-l476rg-nucleo-sx1280/port/ |
H A D | btstack_port.c | 115 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/test/embedded/ |
H A D | embedded_test.cpp | 19 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
H A D | freertos_test.cpp | 81 uint32_t hal_time_ms(void){ return 0; } in hal_time_ms() function
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | port.c | 79 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/doc/manual/docs-template/ |
H A D | porting.md | 47 *include/btstack/hal_time_ms.h*. 53 Then, you need to implement the function *hal_time_ms()*, which will 57 uint32_t hal_time_ms(void);
|
H A D | how_to.md | 337 …e *hal_cpu.h*, *hal_led.h*, and *hal_uart_dma.h* plus *hal_tick.h* or *hal_time_ms* to be implemen…
|
/btstack/platform/freertos/ |
H A D | btstack_run_loop_freertos.c | 113 return hal_time_ms(); in btstack_run_loop_freertos_get_time_ms()
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/ |
H A D | hal_entry.c | 52 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/arduino/ |
H A D | bsp_arduino_em9301.cpp | 264 extern "C" uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/renesas-ek-ra6m4a-da14531/port/ |
H A D | hal_entry.c | 76 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/esp32/components/btstack/ |
H A D | btstack_port_esp32.c | 73 uint32_t hal_time_ms(void) { in hal_time_ms() function
|
/btstack/port/apollo2-em9304/ |
H A D | btstack_port.c | 226 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | port.c | 51 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/stm32-l073rz-nucleo-em9304/port/ |
H A D | port.c | 128 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/test/security_manager/ |
H A D | mock.c | 325 uint32_t hal_time_ms(void){ in hal_time_ms() function
|
/btstack/port/stm32-wb55xx-nucleo-freertos/port/ |
H A D | btstack_port.c | 140 uint32_t hal_time_ms(void)
|
/btstack/port/msp432p401lp-cc256x/ |
H A D | main.c | 567 uint32_t hal_time_ms(void){ in hal_time_ms() function
|