Searched refs:rts (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/ |
| D | Driver_USART.h | 307 uint32_t rts : 1; ///< RTS Line: 0=not available, 1=available member
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
| D | usb_host_cdc.h | 494 …usb_host_class_handle classHandle, uint8_t dtr, uint8_t rts, transfer_callback_t callbackFn, void …
|
| D | usb_host_cdc.c | 1182 …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/ |
| D | wlan.h | 5138 int wlan_set_rts(int rts); 5147 int wlan_set_uap_rts(int rts);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
| D | wifi.h | 1150 int wifi_set_rts(int rts, mlan_bss_type bss_type);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_api.c | 4162 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/ |
| D | wlan.c | 12897 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()
|