Home
last modified time | relevance | path

Searched defs:self (Results 1 – 10 of 10) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_threadsafe_background.c45 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_wake_up() local
76 static inline void lock_acquire(async_context_threadsafe_background_t *self) { in lock_acquire()
82 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_lock_check() local
106 static void lock_release(async_context_threadsafe_background_t *self) { in lock_release()
139 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)self_base; in async_context_threadsafe_background_execute_sync() local
161 static bool low_prio_irq_init(async_context_threadsafe_background_t *self, uint8_t priority) { in low_prio_irq_init()
175 static void low_prio_irq_deinit(async_context_threadsafe_background_t *self) { in low_prio_irq_deinit()
186 async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t*)user_data; in alarm_handler() local
195 bool async_context_threadsafe_background_init(async_context_threadsafe_background_t *self, async_co… in async_context_threadsafe_background_init()
229 … async_context_threadsafe_background_t *self = (async_context_threadsafe_background_t *)self_base; in async_context_threadsafe_background_deinit() local
[all …]
Dasync_context_base.c9 bool async_context_base_add_at_time_worker(async_context_t *self, async_at_time_worker_t *worker) { in async_context_base_add_at_time_worker()
22 bool async_context_base_remove_at_time_worker(async_context_t *self, async_at_time_worker_t *worker… in async_context_base_remove_at_time_worker()
34 bool async_context_base_add_when_pending_worker(async_context_t *self, async_when_pending_worker_t … in async_context_base_add_when_pending_worker()
47 bool async_context_base_remove_when_pending_worker(async_context_t *self, async_when_pending_worker… in async_context_base_remove_when_pending_worker()
59 async_at_time_worker_t *async_context_base_remove_ready_at_time_worker(async_context_t *self) { in async_context_base_remove_ready_at_time_worker()
81 void async_context_base_refresh_next_timeout(async_context_t *self) { in async_context_base_refresh_next_timeout()
93 absolute_time_t async_context_base_execute_once(async_context_t *self) { in async_context_base_execute_once()
108 bool async_context_base_needs_servicing(async_context_t *self) { in async_context_base_needs_servicing()
Dasync_context_freertos.c42 static void process_under_lock(async_context_freertos_t *self) { in process_under_lock()
67 async_context_freertos_t *self = (async_context_freertos_t *)vself; in async_context_task() local
80 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_wake_up() local
103 async_context_freertos_t *self = (async_context_freertos_t *)pvTimerGetTimerID(handle); in timer_handler() local
107 bool async_context_freertos_init(async_context_freertos_t *self, async_context_freertos_config_t *c… in async_context_freertos_init()
140 async_context_freertos_t *self = (async_context_freertos_t *)param; in end_task_func() local
147 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_deinit() local
164 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_acquire_lock_blocking() local
173 async_context_freertos_t *self = (async_context_freertos_t *)self_base; in async_context_freertos_lock_check() local
194 async_context_freertos_t *self = (async_context_freertos_t*)self_base; in async_context_freertos_execute_sync() local
[all …]
Dasync_context_poll.c16 bool async_context_poll_init_with_defaults(async_context_poll_t *self) { in async_context_poll_init_with_defaults()
44 async_context_poll_t *self = (async_context_poll_t *)self_base; in async_context_poll_wait_for_work_until() local
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c106 int cyw43_spi_init(cyw43_int_t *self) { in cyw43_spi_init()
162 void cyw43_spi_deinit(cyw43_int_t *self) { in cyw43_spi_deinit()
193 static void start_spi_comms(cyw43_int_t *self) { in start_spi_comms()
227 int cyw43_spi_transfer(cyw43_int_t *self, const uint8_t *tx, size_t tx_length, uint8_t *rx, in cyw43_spi_transfer()
389 uint32_t read_reg_u32_swap(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in read_reg_u32_swap()
400 static inline uint32_t _cyw43_read_reg(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint size) { in _cyw43_read_reg()
425 uint32_t cyw43_read_reg_u32(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u32()
429 int cyw43_read_reg_u16(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u16()
433 int cyw43_read_reg_u8(cyw43_int_t *self, uint32_t fn, uint32_t reg) { in cyw43_read_reg_u8()
438 int write_reg_u32_swap(cyw43_int_t *self, uint32_t fn, uint32_t reg, uint32_t val) { in write_reg_u32_swap()
[all …]
Dcyw43_driver.c187 void __attribute__((weak)) cyw43_cb_tcpip_init(cyw43_t *self, int itf) { in cyw43_cb_tcpip_init()
189 void __attribute__((weak)) cyw43_cb_tcpip_deinit(cyw43_t *self, int itf) { in cyw43_cb_tcpip_deinit()
191 void __attribute__((weak)) cyw43_cb_tcpip_set_link_up(cyw43_t *self, int itf) { in cyw43_cb_tcpip_set_link_up()
194 void __attribute__((weak)) cyw43_cb_tcpip_set_link_down(cyw43_t *self, int itf) { in cyw43_cb_tcpip_set_link_down()
/hal_rpi_pico-latest/tools/
Dcompare_build_systems.py169 def matches(self, other): argument
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_freertos.h120 static inline bool async_context_freertos_init_with_defaults(async_context_freertos_t *self) { in async_context_freertos_init_with_defaults()
Dasync_context_threadsafe_background.h103 …async_context_threadsafe_background_init_with_defaults(async_context_threadsafe_background_t *self in async_context_threadsafe_background_init_with_defaults()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c112 int cyw43_btbus_init(cyw43_ll_t *self) { in cyw43_btbus_init()