Searched refs:ok (Results 1 – 9 of 9) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_aon_timer/ |
D | aon_timer.c | 43 bool ok = pico_localtime_r(&ts->tv_sec, &tm); in aon_timer_set_time() local 44 if (ok) aon_timer_set_time_calendar(&tm); in aon_timer_set_time() 45 return ok; in aon_timer_set_time() 74 bool ok = aon_timer_get_time_calendar(&tm); in aon_timer_get_time() local 75 return ok && tm_to_ts(&tm, ts); in aon_timer_get_time() 189 bool ok = aon_timer_set_time(ts); in aon_timer_start() 190 if (ok) { in aon_timer_start() 194 return ok; in aon_timer_start() 207 bool ok = aon_timer_set_time_calendar(tm); in aon_timer_start_calendar() 208 if (ok) { in aon_timer_start_calendar() [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/ |
D | cyw43_arch_poll.c | 40 bool ok = cyw43_driver_init(context); in cyw43_arch_init() local 42 ok &= lwip_nosys_init(context); in cyw43_arch_init() 45 ok &= btstack_cyw43_init(context); in cyw43_arch_init() 47 if (!ok) { in cyw43_arch_init()
|
D | cyw43_arch_freertos.c | 48 bool ok = cyw43_driver_init(context); in cyw43_arch_init() local 50 ok &= lwip_freertos_init(context); in cyw43_arch_init() 53 ok &= btstack_cyw43_init(context); in cyw43_arch_init() 55 if (!ok) { in cyw43_arch_init()
|
D | cyw43_arch_threadsafe_background.c | 45 bool ok = cyw43_driver_init(context); in cyw43_arch_init() local 47 ok &= lwip_nosys_init(context); in cyw43_arch_init() 50 ok &= btstack_cyw43_init(context); in cyw43_arch_init() 52 if (!ok) { in cyw43_arch_init()
|
/hal_rpi_pico-latest/test/hardware_irq_test/ |
D | hardware_irq_test.c | 93 bool ok = expected == fire_count; in dma_check() local 94 for(int i=0;ok && i<expected;i++) { in dma_check() 96 ok = false; in dma_check() 101 if (!ok) { in dma_check() 102 PICOTEST_CHECK(ok, "DMA handlers were not called in the order expected"); in dma_check()
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/ |
D | bootrom.c | 39 bool ok = true; in rom_funcs_lookup() local 42 if (!table[i]) ok = false; in rom_funcs_lookup() 44 return ok; in rom_funcs_lookup()
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/ |
D | bootrom.h | 52 … void* (*rom_validate_ns_buffer_fn)(const void *addr, uint32_t size, uint32_t write, uint32_t *ok); 933 …nline void* rom_validate_ns_buffer(const void *addr, uint32_t size, uint32_t write, uint32_t *ok) { in rom_validate_ns_buffer() argument 935 return func(addr, size, write, ok); in rom_validate_ns_buffer()
|
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/ |
D | async_context_threadsafe_background.c | 219 bool ok = low_prio_irq_init(self, config->low_priority_irq_handler_priority); in async_context_threadsafe_background_init() local 220 return ok; in async_context_threadsafe_background_init()
|
/hal_rpi_pico-latest/tools/pioasm/ |
D | pio_assembler.cpp | 476 bool ok = false; in write_output() local 479 ok = true; in write_output() 483 if (!ok) { in write_output()
|