Home
last modified time | relevance | path

Searched refs:features (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_clock.c3060 cyhal_clock_feature_t features; member
3066 .features = CYHAL_CLOCK_FEATURE_NONE,
3080 .features = CYHAL_CLOCK_FEATURE_ENABLE,
3094 … .features = (cyhal_clock_feature_t)(CYHAL_CLOCK_FEATURE_DIVIDER | CYHAL_CLOCK_FEATURE_FREQUENCY),
3108 .features = CYHAL_CLOCK_FEATURE_ENABLE,
3121 .features = CYHAL_CLOCK_FEATURE_FREQUENCY,
3134 .features = CYHAL_CLOCK_FEATURE_NONE,
3148 .features = CYHAL_CLOCK_FEATURE_NONE,
3162 .features = CYHAL_CLOCK_FEATURE_ENABLE,
3176 .features = CYHAL_CLOCK_FEATURE_ENABLE,
[all …]
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h1028 whd_result_t whd_arp_features_get(whd_interface_t ifp, uint32_t *features);
1038 whd_result_t whd_arp_features_set(whd_interface_t ifp, uint32_t features);
1048 whd_result_t whd_arp_features_print(uint32_t features, const char *title);
/hal_infineon-3.6.0/abstraction-rtos/
DREADME.md5 …emaphores, mutexes, queues, and timers. It is not intended to be a full features RTOS interface, b…
7 …the application code. However, since this API does not provide all RTOS features and the applicati…
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c4041 whd_result_t whd_arp_features_get(whd_interface_t ifp, uint32_t *features) in whd_arp_features_get() argument
4043 if ( (ifp == NULL) || (features == NULL) ) in whd_arp_features_get()
4048 …if (whd_wifi_get_iovar_buffer(ifp, IOVAR_STR_ARP_OL, (uint8_t *)features, sizeof(uint32_t) ) != WH… in whd_arp_features_get()
4057 whd_result_t whd_arp_features_set(whd_interface_t ifp, uint32_t features) in whd_arp_features_set() argument
4061 … return whd_wifi_set_iovar_buffer(ifp, IOVAR_STR_ARP_OL, (uint8_t *)&features, sizeof(features) ); in whd_arp_features_set()
4064 whd_result_t whd_arp_features_print(uint32_t features, const char *title) in whd_arp_features_print() argument
4070 WPRINT_MACRO( (" features : 0x%x\n", (int)features) ); in whd_arp_features_print()
4071 WPRINT_MACRO( (" agent_enabled: (0x%x) %s\n", (int)(features & ARP_OL_AGENT), in whd_arp_features_print()
4072 (features & ARP_OL_AGENT) ? "Enabled" : " disabled") ); in whd_arp_features_print()
4073 WPRINT_MACRO( (" snoop_enabled: (0x%x) %s\n", (int)(features & ARP_OL_SNOOP), in whd_arp_features_print()
[all …]
/hal_infineon-3.6.0/mtb-hal-cat1/
DRELEASE.md2 …hardware peripherals. Depending on the specific chip being used, not all features may be supported.