Home
last modified time | relevance | path

Searched refs:ROUNDUP (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus.c44 #define ROUNDUP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro
210 length = ROUNDUP(length, 4); in cybt_hci_write_buf()
263 uint32_t read_len = ROUNDUP(*p_length, 4); in cybt_hci_read()
407 assert(total_read_len == ROUNDUP(hci_read_len, 4)); // check if we're losing data? in cybt_hci_read_packet()
Dcybt_shared_bus_driver.c108 #define ROUNDUP(x, a) ((((x) + ((a) - 1)) / (a)) * (a)) macro