Home
last modified time | relevance | path

Searched refs:FRAG_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/lorawan/services/
Dfrag_flash.c23 uint8_t data[FRAG_MAX_SIZE];
37 if (fragment_size > FRAG_MAX_SIZE) { in frag_flash_init()
Dfrag_decoder_lowmem.h21 #define FRAG_MAX_SIZE (CONFIG_LORAWAN_FRAG_TRANSPORT_MAX_FRAG_SIZE) macro
Dfrag_decoder_lowmem.c233 static uint8_t row_data_buf[FRAG_MAX_SIZE]; in frag_dec()
234 static uint8_t xor_row_data_buf[FRAG_MAX_SIZE]; in frag_dec()
Dfrag_transport.c198 if (ctx.nb_frag > FRAG_MAX_NB || ctx.frag_size > FRAG_MAX_SIZE) { in frag_transport_package_callback()