Home
last modified time | relevance | path

Searched refs:m8 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/drivers/gnss/boards/
Dvmu_rt1170.overlay17 u_blox_m8: u-blox,m8 {
19 compatible = "u-blox,m8";
Dmimxrt1062_fmurt6.overlay22 compatible = "u-blox,m8";
/Zephyr-latest/tests/drivers/build_all/gnss/
Dapp.overlay30 gnss_m8: m8 {
31 compatible = "u-blox,m8";
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c61 otPlatRadioGetIeeeEui64(ctx->ot_context->instance, eui64.m8); in hdlc_iface_init()
62 net_if_set_link_addr(iface, eui64.m8, OT_EXT_ADDRESS_SIZE, NET_LINK_IEEE802154); in hdlc_iface_init()
Dhdlc_rcp_if_uart.c154 otPlatRadioGetIeeeEui64(ctx->ot_context->instance, eui64.m8); in hdlc_iface_init()
155 net_if_set_link_addr(iface, eui64.m8, OT_EXT_ADDRESS_SIZE, in hdlc_iface_init()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c474 status = psa_sign_hash(key_id, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaSign()
475 OT_CRYPTO_SHA256_HASH_SIZE, aSignature->m8, in otPlatCryptoEcdsaSign()
507 memcpy(buffer + 1, aPublicKey->m8, OT_CRYPTO_ECDSA_PUBLIC_KEY_SIZE); in otPlatCryptoEcdsaVerify()
513 status = psa_verify_hash(key_id, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaVerify()
514 OT_CRYPTO_SHA256_HASH_SIZE, aSignature->m8, in otPlatCryptoEcdsaVerify()
534 status = psa_sign_hash(aKeyRef, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaSignUsingKeyRef()
535 OT_CRYPTO_SHA256_HASH_SIZE, aSignature->m8, in otPlatCryptoEcdsaSignUsingKeyRef()
552 status = psa_verify_hash(aKeyRef, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256), aHash->m8, in otPlatCryptoEcdsaVerifyUsingKeyRef()
553 OT_CRYPTO_SHA256_HASH_SIZE, aSignature->m8, in otPlatCryptoEcdsaVerifyUsingKeyRef()
576 memcpy(aPublicKey->m8, buffer + 1, OT_CRYPTO_ECDSA_PUBLIC_KEY_SIZE); in otPlatCryptoEcdsaExportPublicKey()
Dradio_spinel.cpp135 addr.m8[i] = aAddress->m8[sizeof(addr) - 1 - i]; in otPlatRadioSetExtendedAddress()
236 addr.m8[i] = aExtAddress->m8[sizeof(addr) - 1 - i]; in otPlatRadioAddSrcMatchExtEntry()
254 addr.m8[i] = aExtAddress->m8[sizeof(addr) - 1 - i]; in otPlatRadioClearSrcMatchExtEntry()
Dradio.c1152 .ack_fpb.addr = (uint8_t *)aExtAddress->m8, in otPlatRadioAddSrcMatchExtEntry()
1193 .ack_fpb.addr = (uint8_t *)aExtAddress->m8, in otPlatRadioClearSrcMatchExtEntry()
1294 (uint8_t *)aPrevKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1298 (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1302 (uint8_t *)aNextKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1341 keys[0].key_value = (uint8_t *)aPrevKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
1344 keys[1].key_value = (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
1347 keys[2].key_value = (uint8_t *)aNextKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
1406 config.ack_ie.ext_addr = aExtAddr != NULL ? aExtAddr->m8 : NULL; in otPlatRadioEnableCsl()
1479 config.ack_ie.ext_addr = aExtAddr != NULL ? aExtAddr->m8 : NULL; in otPlatRadioEnableCst()
[all …]
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread_utils.c26 address->mAddress.mFields.m8[14] == ALOC16_MASK; in is_anycast_locator()
35 return (memcmp(address, ml_prefix->m8, sizeof(ml_prefix->m8)) == 0); in is_mesh_local()
156 context, address->mAddress.mFields.m8); in add_ipv6_addr_to_zephyr()
Dopenthread.c483 net_bytes_from_str(xpanid.m8, 8, (char *)OT_XPANID); in openthread_start()
487 net_bytes_from_str(networkKey.m8, OT_NETWORK_KEY_SIZE, in openthread_start()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c472 sys_put_le16(12345, ext_addr.m8); in ZTEST()
473 set_expected_match_values(IEEE802154_CONFIG_ACK_FPB, ext_addr.m8, false, true); in ZTEST()
477 for (int i = 0; i < sizeof(ext_addr.m8); i++) { in ZTEST()
478 ext_addr.m8[i] = i; in ZTEST()
480 set_expected_match_values(IEEE802154_CONFIG_ACK_FPB, ext_addr.m8, true, true); in ZTEST()
485 sys_put_le16(12345, ext_addr.m8); in ZTEST()
486 set_expected_match_values(IEEE802154_CONFIG_ACK_FPB, ext_addr.m8, false, false); in ZTEST()
490 set_expected_match_values(IEEE802154_CONFIG_ACK_FPB, ext_addr.m8, true, false); in ZTEST()
702 for (int i = 0; i < sizeof(ieee_addr.m8); i++) { in ZTEST()
703 ieee_addr.m8[i] = 'a' + i; in ZTEST()
[all …]
/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.c230 otPlatRadioGetIeeeEui64(ot, eui64.m8); in coap_device_id()
236 sprintf(coap_dev_id + i * 2, "%02x", eui64.m8[i]); in coap_device_id()
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst222 Existing devicetree compatibles should be updated to :dtcompatible:`u-blox,m8`, and Kconfig
Drelease-notes-3.7.rst864 * Added device driver for the u-blox M8 GNSS modem (:dtcompatible:`u-blox,m8`).