Searched refs:tsf_latch (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan_enhanced_tests.c | 1959 wlan_clock_sync_gpio_tsf_t tsf_latch; local 1968 tsf_latch.clock_sync_mode = (uint8_t)strtol(argv[1], NULL, 0); 1976 tsf_latch.clock_sync_Role = (uint8_t)strtol(argv[2], NULL, 0); 1984 tsf_latch.clock_sync_gpio_pin_number = (uint8_t)strtol(argv[3], NULL, 0); 1992 tsf_latch.clock_sync_gpio_level_toggle = (uint8_t)strtol(argv[4], NULL, 0); 2000 tsf_latch.clock_sync_gpio_pulse_width = (uint16_t)strtol(argv[5], NULL, 0); 2007 int rv = wlan_set_clocksync_cfg(&tsf_latch); 2016 (void)PRINTF("Mode :%d\n\r", tsf_latch.clock_sync_mode); 2017 (void)PRINTF("Role :%d\n\r", tsf_latch.clock_sync_Role); 2018 (void)PRINTF("GPIO Pin Number :%d\n\r", tsf_latch.clock_sync_gpio_pin_number); [all …]
|
| D | wlan.c | 13934 int wlan_set_clocksync_cfg(const wlan_clock_sync_gpio_tsf_t *tsf_latch) in wlan_set_clocksync_cfg() argument 13936 return wifi_set_clocksync_cfg(tsf_latch, (mlan_bss_type)WLAN_BSS_TYPE_STA); in wlan_set_clocksync_cfg()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
| D | wifi.h | 1343 int wifi_set_clocksync_cfg(const wifi_clock_sync_gpio_tsf_t *tsf_latch, mlan_bss_type bss_type);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 6139 int wlan_set_clocksync_cfg(const wlan_clock_sync_gpio_tsf_t *tsf_latch);
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_glue.c | 7906 int wifi_set_clocksync_cfg(const wifi_clock_sync_gpio_tsf_t *tsf_latch, mlan_bss_type bss_type) in wifi_set_clocksync_cfg() argument 7914 (void)memcpy((void *)&misc.param.gpio_tsf_latch_config, (const void *)tsf_latch, in wifi_set_clocksync_cfg()
|