|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
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) |
| void test_byteorder_mem_swap | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>
Test sys_mem_swap() functionality.
Test if sys_mem_swap() reverses the contents
| 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()
| void test_sys_be_to_cpu | ( | void | ) |
| void test_sys_cpu_to_be | ( | void | ) |
| void test_sys_cpu_to_le | ( | void | ) |
| void test_sys_get_be | ( | void | ) |
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| void test_sys_get_le | ( | void | ) |
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| void test_sys_le_to_cpu | ( | void | ) |
| void test_sys_put_be | ( | void | ) |
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| void test_sys_put_le | ( | void | ) |
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| void test_sys_uint16_to_array | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>
Test sys_uint16_to_array() functionality.
Test if sys_uint16_to_array() correctly handles endianness.
| void test_sys_uint32_to_array | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>
Test sys_uint32_to_array() functionality.
Test if sys_uint32_to_array() correctly handles endianness.
| void test_sys_uint64_to_array | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/byteorder.c>
Test sys_uint64_to_array() functionality.
Test if sys_uint64_to_array() correctly handles endianness.