Home
last modified time | relevance | path

Searched refs:gpio_tsf_latch_config (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c1586 MrvlIEtypes_GPIO_TSF_LATCH_CONFIG *gpio_tsf_latch_config = MNULL; in wlan_cmd_gpio_tsf_latch() local
1599 gpio_tsf_latch_config = (MrvlIEtypes_GPIO_TSF_LATCH_CONFIG *)tlv; in wlan_cmd_gpio_tsf_latch()
1600 gpio_tsf_latch_config->header.type = wlan_cpu_to_le16(TLV_TYPE_GPIO_TSF_LATCH_CONFIG); in wlan_cmd_gpio_tsf_latch()
1601 gpio_tsf_latch_config->header.len = in wlan_cmd_gpio_tsf_latch()
1603 gpio_tsf_latch_config->clock_sync_mode = cfg->clock_sync_mode; in wlan_cmd_gpio_tsf_latch()
1604 gpio_tsf_latch_config->clock_sync_Role = cfg->clock_sync_Role; in wlan_cmd_gpio_tsf_latch()
1605 gpio_tsf_latch_config->clock_sync_gpio_pin_number = cfg->clock_sync_gpio_pin_number; in wlan_cmd_gpio_tsf_latch()
1606 gpio_tsf_latch_config->clock_sync_gpio_level_toggle = cfg->clock_sync_gpio_level_toggle; in wlan_cmd_gpio_tsf_latch()
1607gpio_tsf_latch_config->clock_sync_gpio_pulse_width = wlan_cpu_to_le16(cfg->clock_sync_gpio_pulse_… in wlan_cmd_gpio_tsf_latch()
1624 gpio_tsf_latch_config = (MrvlIEtypes_GPIO_TSF_LATCH_CONFIG *)tlv; in wlan_cmd_gpio_tsf_latch()
[all …]
Dmlan_misc.c881 &misc_cfg->param.gpio_tsf_latch_config); in wlan_misc_gpio_tsf_latch_config()
Dmlan_glue.c7914 (void)memcpy((void *)&misc.param.gpio_tsf_latch_config, (const void *)tsf_latch, in wifi_set_clocksync_cfg()
7915 sizeof(misc.param.gpio_tsf_latch_config)); in wifi_set_clocksync_cfg()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h4247 mlan_ds_gpio_tsf_latch gpio_tsf_latch_config; member