Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Go to the source code of this file.
Functions | |
void | modem_stats_buffer_init (struct modem_stats_buffer *buffer, const char *name, uint32_t size) |
Initialize modem statistics buffer. | |
void | modem_stats_buffer_advertise_length (struct modem_stats_buffer *buffer, uint32_t length) |
Advertise modem statistics buffer size. | |
void modem_stats_buffer_advertise_length | ( | struct modem_stats_buffer * | buffer, |
uint32_t | length ) |
Advertise modem statistics buffer size.
buffer | Modem statistics buffer instance |
length | Length of buffer |
void modem_stats_buffer_init | ( | struct modem_stats_buffer * | buffer, |
const char * | name, | ||
uint32_t | size ) |
Initialize modem statistics buffer.
buffer | Modem statistics buffer instance |
name | Name of buffer instance |
size | Size of buffer |