Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmisc.h57 #define MP_CEIL_DIVIDE(a, b) (((a) + (b) - 1) / (b)) macro
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c1619 …const size_t buf_blocks = MP_CEIL_DIVIDE(mtu, L2CAP_BUF_BLOCK_SIZE) * L2CAP_BUF_SIZE_MTUS_PER_CHAN… in create_l2cap_channel()

Completed in 7 milliseconds