Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
byteorder.c File Reference
#include <ztest.h>
#include <sys/byteorder.h>

Functions

void test_byteorder_memcpy_swap (void)
 Test swapping for memory contents. More...
 
void test_byteorder_mem_swap (void)
 Test sys_mem_swap() functionality. More...
 
void test_sys_get_be64 (void)
 Test sys_get_be64() functionality. More...
 
void test_sys_put_be64 (void)
 Test sys_put_be64() functionality. More...
 
void test_sys_get_be48 (void)
 Test sys_get_be48() functionality. More...
 
void test_sys_put_be48 (void)
 Test sys_put_be48() functionality. More...
 
void test_sys_get_be32 (void)
 Test sys_get_be32() functionality. More...
 
void test_sys_put_be32 (void)
 Test sys_put_be32() functionality. More...
 
void test_sys_get_be24 (void)
 Test sys_get_be24() functionality. More...
 
void test_sys_put_be24 (void)
 Test sys_put_be24() functionality. More...
 
void test_sys_get_be16 (void)
 Test sys_get_be16() functionality. More...
 
void test_sys_put_be16 (void)
 Test sys_put_be16() functionality. More...
 
void test_sys_get_le16 (void)
 Test sys_get_le16() functionality. More...
 
void test_sys_put_le16 (void)
 Test sys_put_le16() functionality. More...
 
void test_sys_get_le24 (void)
 Test sys_get_le24() functionality. More...
 
void test_sys_put_le24 (void)
 Test sys_put_le24() functionality. More...
 
void test_sys_get_le32 (void)
 Test sys_get_le32() functionality. More...
 
void test_sys_put_le32 (void)
 Test sys_put_le32() functionality. More...
 
void test_sys_get_le48 (void)
 Test sys_get_le48() functionality. More...
 
void test_sys_put_le48 (void)
 Test sys_put_le48() functionality. More...
 
void test_sys_get_le64 (void)
 Test sys_get_le64() functionality. More...
 
void test_sys_put_le64 (void)
 Test sys_put_le64() functionality. More...