Searched refs:room (Results 1 – 17 of 17) sorted by relevance
4 /* We need to reserve room for the gperf generated hash functions.9 * is moving backwards if the reserved room isn't large enough.
26 # Also need to have some room for future expansions or
36 Stack size for the internal data acquisition thread. Requires room
134 uint32_t room = 1; in tx_data() local157 if (--room == 0) { in tx_data()158 room = tx_fifo_depth in tx_data()161 } while (room); in tx_data()172 uint32_t room = 1; in make_rx_cycles() local184 if (--room == 0) { in make_rx_cycles()185 room = tx_fifo_depth in make_rx_cycles()188 } while (room); in make_rx_cycles()
64 The more nesting allowed, the more room is required for IRQ stacks.
256 /* not enough room, partial copy. */293 /* not enough room for the data item */307 /* not enough room for the data item */
137 Extra room allocated to handle CoAP header data
50 link once and hence this text section had to be split to make room for the
287 Extra room allocated to handle CoAP header data331 Default: room for 32 hexadecimal digits (UUID) + NULL
391 wiggle room to accommodate the eventual overflow exception
80 make room for the secure bootloader, and the secure firmware (TF-M), resulting
317 Safety should not block the project and minimize the room to grow in any way.
296 printf("receiver only had room for %d bytes", send_msg.info);
518 LwM2M engine have room for four resources that have cache enabled. Limit can be increased by
204 to reserve additional room for the privilege elevation stack, or memory
1757 # https://docs.readthedocs.io with more room for contents, but less room for the
3447 * :github:`51019` - NVS should allow overwriting existing index even if there's no room to keep the…