Home
last modified time | relevance | path

Searched refs:mic (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.6.0/samples/bluetooth/broadcast_audio_source/boards/
Dnrf52833dk_nrf52833.overlay7 mic-feature-mute;
8 mic-channel-l;
9 mic-channel-r;
Dnrf52840dongle_nrf52840.overlay7 mic-feature-mute;
8 mic-channel-l;
9 mic-channel-r;
/Zephyr-Core-3.6.0/samples/subsys/usb/audio/headset/
Dapp.overlay10 mic-feature-mute;
11 mic-channel-l;
12 mic-channel-r;
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Daes_ccm.c101 size_t aad_len, uint8_t *mic, size_t mic_size) in ccm_auth() argument
146 mic[i] = s0[i] ^ Xn[i]; in ccm_auth()
195 uint8_t mic[16]; in bt_ccm_decrypt() local
197 if (aad_len >= 0xff00 || mic_size > sizeof(mic) || len > UINT16_MAX) { in bt_ccm_decrypt()
203 ccm_auth(key, nonce, plaintext, len, aad, aad_len, mic, mic_size); in bt_ccm_decrypt()
205 if (memcmp(mic, enc_data + len, mic_size)) { in bt_ccm_decrypt()
216 uint8_t *mic = enc_data + len; in bt_ccm_encrypt() local
228 ccm_auth(key, nonce, plaintext, len, aad, aad_len, mic, mic_size); in bt_ccm_encrypt()
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dpdu.h314 #define FEC_BLOCK2_US(octets, mic, cs) (((((PDU_HEADER_SIZE) + \ argument
316 (mic)) << 3) + \
321 #define PDU_US(octets, mic, phy, cs) (((phy) & PHY_CODED) ? \ argument
324 FEC_BLOCK2_US((octets), (mic), \
330 (mic) + \
334 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), \ argument
338 #define PDU_US(octets, mic, phy, cs) (((PDU_PREAMBLE_SIZE(phy) + \ argument
342 (mic) + \
346 #define PDU_MAX_US(octets, mic, phy) PDU_US((octets), (mic), (phy), 0) argument
351 #define PDU_DC_US(octets, mic, phy, cs) PDU_US((octets), (mic), (phy), (cs)) argument
/Zephyr-Core-3.6.0/samples/subsys/usb/audio/headphones_microphone/
Dapp.overlay20 compatible = "usb-audio-mic";
/Zephyr-Core-3.6.0/boards/arm/nrf5340_audio_dk_nrf5340/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi295 mic-feature-mute;
296 mic-channel-l;
297 mic-channel-r;
/Zephyr-Core-3.6.0/boards/arm/thingy52_nrf52832/
Dthingy52_nrf52832.dts97 mic_pwr: mic-pwr-ctrl {
99 regulator-name = "mic-pwr-ctrl";
/Zephyr-Core-3.6.0/boards/shields/x_nucleo_iks02a1/doc/
Dindex.rst89 - :zephyr:code-sample:`x-nucleo-iks02a1-mic` application, to be used to acquire data through the
/Zephyr-Core-3.6.0/drivers/disk/nvme/
Dnvme.h120 uint8_t mic; member
/Zephyr-Core-3.6.0/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst1 .. zephyr:code-sample:: x-nucleo-iks02a1-mic