Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Byteorder Operations

Functions

void test_byteorder_memcpy_swap (void)
 Test swapping for memory contents.
 
void test_byteorder_mem_swap (void)
 Test sys_mem_swap() functionality.
 
void test_sys_get_be64 (void)
 Test sys_get_be64() functionality.
 
void test_sys_put_be64 (void)
 Test sys_put_be64() functionality.
 
void test_sys_get_be40 (void)
 Test sys_get_be40() functionality.
 
void test_sys_put_be40 (void)
 Test sys_put_be40() functionality.
 
void test_sys_get_be48 (void)
 Test sys_get_be48() functionality.
 
void test_sys_put_be48 (void)
 Test sys_put_be48() functionality.
 
void test_sys_get_be32 (void)
 Test sys_get_be32() functionality.
 
void test_sys_put_be32 (void)
 Test sys_put_be32() functionality.
 
void test_sys_get_be24 (void)
 Test sys_get_be24() functionality.
 
void test_sys_put_be24 (void)
 Test sys_put_be24() functionality.
 
void test_sys_get_be16 (void)
 Test sys_get_be16() functionality.
 
void test_sys_put_be16 (void)
 Test sys_put_be16() functionality.
 
void test_sys_get_le16 (void)
 Test sys_get_le16() functionality.
 
void test_sys_put_le16 (void)
 Test sys_put_le16() functionality.
 
void test_sys_get_le24 (void)
 Test sys_get_le24() functionality.
 
void test_sys_put_le24 (void)
 Test sys_put_le24() functionality.
 
void test_sys_get_le32 (void)
 Test sys_get_le32() functionality.
 
void test_sys_put_le32 (void)
 Test sys_put_le32() functionality.
 
void test_sys_get_le40 (void)
 Test sys_get_le40() functionality.
 
void test_sys_put_le40 (void)
 Test sys_put_le40() functionality.
 
void test_sys_get_le48 (void)
 Test sys_get_le48() functionality.
 
void test_sys_put_le48 (void)
 Test sys_put_le48() functionality.
 
void test_sys_get_le64 (void)
 Test sys_get_le64() functionality.
 
void test_sys_put_le64 (void)
 Test sys_put_le64() functionality.
 
void test_sys_uint16_to_array (void)
 Test sys_uint16_to_array() functionality.
 
void test_sys_uint32_to_array (void)
 Test sys_uint32_to_array() functionality.
 
void test_sys_uint64_to_array (void)
 Test sys_uint64_to_array() functionality.
 
void test_sys_le_to_cpu (void)
 
void test_sys_cpu_to_le (void)
 
void test_sys_be_to_cpu (void)
 
void test_sys_cpu_to_be (void)
 
void test_sys_put_le (void)
 
void test_sys_put_be (void)
 
void test_sys_get_le (void)
 
void test_sys_get_be (void)
 

Detailed Description

Function Documentation

◆ test_byteorder_mem_swap()

void test_byteorder_mem_swap ( void )

◆ test_byteorder_memcpy_swap()

void test_byteorder_memcpy_swap ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test swapping for memory contents.

Verify the functionality provided by sys_memcpy_swap()

See also
sys_memcpy_swap()

◆ test_sys_be_to_cpu()

◆ test_sys_cpu_to_be()

◆ test_sys_cpu_to_le()

◆ test_sys_get_be()

◆ test_sys_get_be16()

void test_sys_get_be16 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_be16() functionality.

Test if sys_get_be16() correctly handles endianness.

See also
sys_get_be16()

◆ test_sys_get_be24()

void test_sys_get_be24 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_be24() functionality.

Test if sys_get_be24() correctly handles endianness.

See also
sys_get_be24()

◆ test_sys_get_be32()

void test_sys_get_be32 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_be32() functionality.

Test if sys_get_be32() correctly handles endianness.

See also
sys_get_be32()

◆ test_sys_get_be40()

void test_sys_get_be40 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_be40() functionality.

Test if sys_get_be40() correctly handles endianness.

See also
sys_get_be40()

◆ test_sys_get_be48()

void test_sys_get_be48 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_be48() functionality.

Test if sys_get_be48() correctly handles endianness.

See also
sys_get_be48()

◆ test_sys_get_be64()

void test_sys_get_be64 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_be64() functionality.

Test if sys_get_be64() correctly handles endianness.

See also
sys_get_be64()

◆ test_sys_get_le()

◆ test_sys_get_le16()

void test_sys_get_le16 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_le16() functionality.

Test if sys_get_le16() correctly handles endianness.

See also
sys_get_le16()

◆ test_sys_get_le24()

void test_sys_get_le24 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_le24() functionality.

Test if sys_get_le24() correctly handles endianness.

See also
sys_get_le24()

◆ test_sys_get_le32()

void test_sys_get_le32 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_le32() functionality.

Test if sys_get_le32() correctly handles endianness.

See also
sys_get_le32()

◆ test_sys_get_le40()

void test_sys_get_le40 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_le40() functionality.

Test if sys_get_le40() correctly handles endianness.

See also
sys_get_le40()

◆ test_sys_get_le48()

void test_sys_get_le48 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_le48() functionality.

Test if sys_get_le48() correctly handles endianness.

See also
sys_get_le48()

◆ test_sys_get_le64()

void test_sys_get_le64 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_get_le64() functionality.

Test if sys_get_le64() correctly handles endianness.

See also
sys_get_le64()

◆ test_sys_le_to_cpu()

◆ test_sys_put_be()

◆ test_sys_put_be16()

void test_sys_put_be16 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_be16() functionality.

Test if sys_put_be16() correctly handles endianness.

See also
sys_put_be16()

◆ test_sys_put_be24()

void test_sys_put_be24 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_be24() functionality.

Test if sys_put_be24() correctly handles endianness.

See also
sys_put_be24()

◆ test_sys_put_be32()

void test_sys_put_be32 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_be32() functionality.

Test if sys_put_be32() correctly handles endianness.

See also
sys_put_be32()

◆ test_sys_put_be40()

void test_sys_put_be40 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_be40() functionality.

Test if sys_put_be40() correctly handles endianness.

See also
sys_put_be40()

◆ test_sys_put_be48()

void test_sys_put_be48 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_be48() functionality.

Test if sys_put_be48() correctly handles endianness.

See also
sys_put_be48()

◆ test_sys_put_be64()

void test_sys_put_be64 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_be64() functionality.

Test if sys_put_be64() correctly handles endianness.

See also
sys_put_be64()

◆ test_sys_put_le()

◆ test_sys_put_le16()

void test_sys_put_le16 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_le16() functionality.

Test if sys_put_le16() correctly handles endianness.

See also
sys_put_le16()

◆ test_sys_put_le24()

void test_sys_put_le24 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_le24() functionality.

Test if sys_put_le24() correctly handles endianness.

See also
sys_put_le24()

◆ test_sys_put_le32()

void test_sys_put_le32 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_le32() functionality.

Test if sys_put_le32() correctly handles endianness.

See also
sys_put_le32()

◆ test_sys_put_le40()

void test_sys_put_le40 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_le40() functionality.

Test if sys_put_le40() correctly handles endianness.

See also
sys_put_le40()

◆ test_sys_put_le48()

void test_sys_put_le48 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_le48() functionality.

Test if sys_put_le48() correctly handles endianness.

See also
sys_put_le48()

◆ test_sys_put_le64()

void test_sys_put_le64 ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>

Test sys_put_le64() functionality.

Test if sys_put_le64() correctly handles endianness.

See also
sys_put_le64()

◆ test_sys_uint16_to_array()

void test_sys_uint16_to_array ( void )

◆ test_sys_uint32_to_array()

void test_sys_uint32_to_array ( void )

◆ test_sys_uint64_to_array()

void test_sys_uint64_to_array ( void )