Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 72) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/drivers/esai/
Dfsl_esai.c50 esai_customer_protocol_t *protocol,
98 esai_customer_protocol_t *protocol, in ESAI_SetCustomerProtocol() argument
104 protocol->mode = kESAI_NetworkMode; in ESAI_SetCustomerProtocol()
105 protocol->dataAlign = false; in ESAI_SetCustomerProtocol()
106 protocol->fsEarly = false; in ESAI_SetCustomerProtocol()
107 protocol->shiftDirection = kESAI_ShifterMSB; in ESAI_SetCustomerProtocol()
108 protocol->fsOneBit = false; in ESAI_SetCustomerProtocol()
109 protocol->ifZeroPading = true; in ESAI_SetCustomerProtocol()
110 protocol->slotNum = 2; in ESAI_SetCustomerProtocol()
113 protocol->mode = kESAI_NetworkMode; in ESAI_SetCustomerProtocol()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.c33 #define HAL_WM8962_MAP_PROTOCOL(protocol) \ argument
34 ((protocol) == kCODEC_BusI2S ? kWM8962_BusI2S : \
35 (protocol) == kCODEC_BusLeftJustified ? kWM8962_BusLeftJustified : \
36 (protocol) == kCODEC_BusRightJustified ? kWM8962_BusRightJustified : \
37 (protocol) == kCODEC_BusPCMA ? kWM8962_BusPCMA : \
38 (protocol) == kCODEC_BusPCMB ? kWM8962_BusPCMB : \
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.c31 #define HAL_WM8904_MAP_PROTOCOL(protocol) \ argument
32 ((protocol) == kCODEC_BusI2S ? kWM8904_ProtocolI2S : \
33 (protocol) == kCODEC_BusLeftJustified ? kWM8904_ProtocolLeftJustified : \
34 (protocol) == kCODEC_BusRightJustified ? kWM8904_ProtocolRightJustified : \
35 (protocol) == kCODEC_BusPCMA ? kWM8904_ProtocolPCMA : \
36 (protocol) == kCODEC_BusPCMB ? kWM8904_ProtocolPCMB : \
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.c32 #define HAL_WM8960_MAP_PROTOCOL(protocol) \ argument
33 ((protocol) == kCODEC_BusI2S ? kWM8960_BusI2S : \
34 (protocol) == kCODEC_BusLeftJustified ? kWM8960_BusLeftJustified : \
35 (protocol) == kCODEC_BusRightJustified ? kWM8960_BusRightJustified : \
36 (protocol) == kCODEC_BusPCMA ? kWM8960_BusPCMA : \
37 (protocol) == kCODEC_BusPCMB ? kWM8960_BusPCMB : \
/hal_nxp-latest/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.c25 #define HAL_DA7212_MAP_PROTOCOL(protocol) \ argument
26 (protocol == kCODEC_BusI2S ? kDA7212_BusI2S : \
27 protocol == kCODEC_BusLeftJustified ? kDA7212_BusLeftJustified : \
28 protocol == kCODEC_BusRightJustified ? kDA7212_BusRightJustified : \
29 protocol == kCODEC_BusPCMA ? kDA7212_BusDSPMode : \
/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8524/
Dfsl_wm8524.c43 WM8524_ConfigFormat(handle, wm8524Config->protocol); in WM8524_Init()
58 void WM8524_ConfigFormat(wm8524_handle_t *handle, wm8524_protocol_t protocol) in WM8524_ConfigFormat() argument
65 if (protocol != kWM8524_ProtocolRightJustified) in WM8524_ConfigFormat()
67 wm8524Config->setProtocol((uint32_t)protocol); in WM8524_ConfigFormat()
Dfsl_wm8524.h53 wm8524_protocol_t protocol; /*!< Protocol of the codec */ member
83 void WM8524_ConfigFormat(wm8524_handle_t *handle, wm8524_protocol_t protocol);
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h437 #define SFDP_DECODE_PROTOCOL_TYPE(protocol) \ argument
440 instrPad = (sfdp_flash_pad_num_t)(((uint16_t)protocol & 0xC0U) >> 6U); \
441 instrDDR = (((uint16_t)protocol & 0x100U) >> 8U); \
442 addrPad = (sfdp_flash_pad_num_t)(((uint16_t)protocol & 0x18U) >> 3U); \
443 addrDDR = (((uint16_t)protocol & 0x20U) >> 5U); \
444 dataPad = (sfdp_flash_pad_num_t)((uint16_t)protocol & 0x3); \
445 dataDDR = (((uint16_t)protocol & 0x4U) >> 2U); \
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_uap_cmdevent.c205 if (bss->param.bss_config.protocol != 0U) in wlan_uap_cmd_ap_config()
210 tlv_encrypt_protocol->protocol = wlan_cpu_to_le16(bss->param.bss_config.protocol); in wlan_uap_cmd_ap_config()
215 …if ((bss->param.bss_config.protocol & PROTOCOL_WPA) || (bss->param.bss_config.protocol & PROTOCOL_… in wlan_uap_cmd_ap_config()
216 (bss->param.bss_config.protocol & PROTOCOL_WPA3_SAE) || in wlan_uap_cmd_ap_config()
218 (bss->param.bss_config.protocol & PROTOCOL_OWE) || in wlan_uap_cmd_ap_config()
220 (bss->param.bss_config.protocol & PROTOCOL_EAP)) in wlan_uap_cmd_ap_config()
237 tlv_pwk_cipher->protocol = wlan_cpu_to_le16(PROTOCOL_WPA); in wlan_uap_cmd_ap_config()
248 if ((bss->param.bss_config.protocol & PROTOCOL_WPA3_SAE) != 0U) in wlan_uap_cmd_ap_config()
250 tlv_pwk_cipher->protocol = wlan_cpu_to_le16(PROTOCOL_WPA3_SAE); in wlan_uap_cmd_ap_config()
254 tlv_pwk_cipher->protocol = wlan_cpu_to_le16(PROTOCOL_WPA2); in wlan_uap_cmd_ap_config()
Dwifi-uap.c586 bss.param.bss_config.protocol = PROTOCOL_NO_SECURITY; in wifi_cmd_uap_config()
600 bss.param.bss_config.protocol = PROTOCOL_WPA2; in wifi_cmd_uap_config()
612 bss.param.bss_config.protocol = PROTOCOL_WPA2_MIXED; in wifi_cmd_uap_config()
627 bss.param.bss_config.protocol = PROTOCOL_WPA3_SAE; in wifi_cmd_uap_config()
635 bss.param.bss_config.protocol = PROTOCOL_WPA2 | PROTOCOL_WPA3_SAE; in wifi_cmd_uap_config()
652 bss.param.bss_config.protocol = PROTOCOL_OWE; in wifi_cmd_uap_config()
2282 sys_config->protocol = PROTOCOL_WPA | PROTOCOL_WPA2; in wifi_find_wpa_ies()
2287 sys_config->protocol = PROTOCOL_WPA2; in wifi_find_wpa_ies()
2292 sys_config->protocol = PROTOCOL_WPA; in wifi_find_wpa_ies()
3712 sys_config->protocol = PROTOCOL_NO_SECURITY; in wifi_nxp_beacon_config()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_hid.c561 … (class_handle_t)hidHandle, kUSB_DeviceHidEventGetProtocol, &hidHandle->protocol); in USB_DeviceHidEvent()
562 controlRequest->buffer = &hidHandle->protocol; in USB_DeviceHidEvent()
563 controlRequest->length = sizeof(hidHandle->protocol); in USB_DeviceHidEvent()
614 hidHandle->protocol = (uint8_t)((controlRequest->setup->wValue & 0x00FFU)); in USB_DeviceHidEvent()
618 … (class_handle_t)hidHandle, kUSB_DeviceHidEventSetProtocol, &hidHandle->protocol); in USB_DeviceHidEvent()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8962/
Dfsl_wm8962.c402 status_t WM8962_SetProtocol(wm8962_handle_t *handle, wm8962_protocol_t protocol) in WM8962_SetProtocol() argument
406 if (protocol == kWM8962_BusPCMB) in WM8962_SetProtocol()
409 …WM8962_ModifyReg(handle, WM8962_IFACE0, WM8962_IFACE0_FORMAT_MASK, ((uint16_t)protocol | 0x10U)), … in WM8962_SetProtocol()
411 else if (protocol == kWM8962_BusPCMA) in WM8962_SetProtocol()
413 …_RET(WM8962_ModifyReg(handle, WM8962_IFACE0, WM8962_IFACE0_FORMAT_MASK, ((uint16_t)protocol - 1U)), in WM8962_SetProtocol()
418 …K_RET(WM8962_ModifyReg(handle, WM8962_IFACE0, WM8962_IFACE0_FORMAT_MASK, (uint16_t)protocol), ret); in WM8962_SetProtocol()
/hal_nxp-latest/mcux/middleware/wifi_nxp/
DREADME.txt30 * AMPDU aggregate medium access control protocol data unit\n
32 * ARP address resolution protocol\n
42 * DPP device provisioning protocol\n
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hid.h305 uint8_t *protocol,
325 uint8_t protocol,
Dusb_host_hid.c763 uint8_t *protocol, in USB_HostHidGetProtocol() argument
769 USB_HOST_HID_GET_PROTOCOL, 0, 0, 1, protocol, callbackFn, callbackParam); in USB_HostHidGetProtocol()
773 uint8_t protocol, in USB_HostHidSetProtocol() argument
779 USB_HOST_HID_SET_PROTOCOL, protocol, 0, 0, NULL, callbackFn, callbackParam); in USB_HostHidSetProtocol()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/
DREADME.md9 …ight implementation of the Remote Processor Messaging (RPMsg) protocol. The RPMsg protocol defines…
19 … developed. One reason is the need for the small footprint of the RPMsg protocol-compatible commun…
21protocol was not documented, and its only definition was given by the Linux Kernel and legacy Open…
45 This subcomponent implements a blocking send API and callback-based receive API. The RPMsg protocol
/hal_nxp-latest/mcux/mcux-sdk/components/codec/da7212/
Dfsl_dialog7212.c393 … (uint8_t)(DIALOG7212_DAI_EN_MASK | (uint8_t)(config->protocol)))) != kStatus_Success) in DA7212_Init()
485 status_t DA7212_SetProtocol(da7212_handle_t *handle, da7212_protocol_t protocol) in DA7212_SetProtocol() argument
487 …_WriteRegister(handle, DIALOG7212_DAI_CTRL, (uint8_t)(DIALOG7212_DAI_EN_MASK | (uint8_t)protocol)); in DA7212_SetProtocol()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/net/zephyr/
Dwm_net.h116 #define net_socket(domain, type, protocol) socket(domain, type, protocol) argument
/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.h267 wm8904_protocol_t protocol; /*!< Audio transfer protocol */ member
404 status_t WM8904_SetProtocol(wm8904_handle_t *handle, wm8904_protocol_t protocol);
Dfsl_wm8904.c362 result = WM8904_SetProtocol(handle, config->protocol); in WM8904_Init()
479 config->protocol = kWM8904_ProtocolI2S; in WM8904_GetDefaultConfig()
775 status_t WM8904_SetProtocol(wm8904_handle_t *handle, wm8904_protocol_t protocol) in WM8904_SetProtocol() argument
777 …eturn WM8904_ModifyRegister(handle, WM8904_AUDIO_IF_1, (0x0003U | (1U << 4U)), (uint16_t)protocol); in WM8904_SetProtocol()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.c185 status_t CS42448_SetProtocol(cs42448_handle_t *handle, cs42448_bus_t protocol, uint32_t bitWidth) in CS42448_SetProtocol() argument
190 switch (protocol) in CS42448_SetProtocol()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c188 status_t CS42888_SetProtocol(cs42888_handle_t *handle, cs42888_bus_t protocol, uint32_t bitWidth) in CS42888_SetProtocol() argument
193 switch (protocol) in CS42888_SetProtocol()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S06/
Dall_lib_device.cmake616 # # description: A network protocol stack based on azure RTOS
619 # # description: A network protocol stack based on azure RTOS
664 # # description: A network protocol stack based on azure RTOS
667 # # description: A network protocol stack based on azure RTOS
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_swo.h36 serial_port_swo_protocol_t protocol; /*!< SWO protocol */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S16/
Dall_lib_device.cmake730 # # description: A network protocol stack based on azure RTOS
733 # # description: A network protocol stack based on azure RTOS
778 # # description: A network protocol stack based on azure RTOS
781 # # description: A network protocol stack based on azure RTOS

123