Home
last modified time | relevance | path

Searched refs:rts (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_USART.h307 uint32_t rts : 1; ///< RTS Line: 0=not available, 1=available member
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.h494 …usb_host_class_handle classHandle, uint8_t dtr, uint8_t rts, transfer_callback_t callbackFn, void …
Dusb_host_cdc.c1182 …usb_host_class_handle classHandle, uint8_t dtr, uint8_t rts, transfer_callback_t callbackFn, void … in USB_HostCdcSetAcmCtrlState() argument
1189 lineState |= (0U != rts) ? USB_HOST_CDC_CONTROL_LINE_STATE_RTS : 0U; in USB_HostCdcSetAcmCtrlState()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h5138 int wlan_set_rts(int rts);
5147 int wlan_set_uap_rts(int rts);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi.h1150 int wifi_set_rts(int rts, mlan_bss_type bss_type);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c4162 int wifi_set_rts(int rts, mlan_bss_type bss_type) in wifi_set_rts() argument
4193 if (rts < MLAN_RTS_MIN_VALUE || rts > MLAN_RTS_MAX_VALUE) in wifi_set_rts()
4202 mib->param.rts_threshold = rts; in wifi_set_rts()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c12897 int wlan_set_rts(int rts) in wlan_set_rts() argument
12899 return wifi_set_rts(rts, MLAN_BSS_TYPE_STA); in wlan_set_rts()
12902 int wlan_set_uap_rts(int rts) in wlan_set_uap_rts() argument
12904 return wifi_set_rts(rts, MLAN_BSS_TYPE_UAP); in wlan_set_uap_rts()