Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 22 of 22) sorted by relevance

/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_system.c78 cyhal_reset_reason_t reason = CYHAL_SYSTEM_RESET_NONE; in cyhal_system_get_reset_reason() local
81 reason |= CYHAL_SYSTEM_RESET_SOFT; in cyhal_system_get_reset_reason()
83 reason |= CYHAL_SYSTEM_RESET_WDT; in cyhal_system_get_reset_reason()
86 reason |= CYHAL_SYSTEM_RESET_PROTECTION; in cyhal_system_get_reset_reason()
90 reason |= CYHAL_SYSTEM_RESET_ACTIVE_FAULT; in cyhal_system_get_reset_reason()
92 reason |= CYHAL_SYSTEM_RESET_DEEPSLEEP_FAULT; in cyhal_system_get_reset_reason()
94 reason |= CYHAL_SYSTEM_RESET_HIB_WAKEUP; in cyhal_system_get_reset_reason()
96 reason |= CYHAL_SYSTEM_RESET_SYS_CLK_ERR; in cyhal_system_get_reset_reason()
98 reason |= CYHAL_SYSTEM_RESET_SYS_CLK_ERR; in cyhal_system_get_reset_reason()
100 reason |= CYHAL_SYSTEM_RESET_WDT; in cyhal_system_get_reset_reason()
[all …]
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_cdc_bdc.c666 whd_event->reason = (whd_event_reason_t)ntoh32(whd_event->reason); in whd_process_bdc_event()
690 … whd_event->reason = (whd_event_reason_t)( (int)whd_event->reason + WLC_E_SUP_REASON_OFFSET ); in whd_process_bdc_event()
694 … whd_event->reason = (whd_event_reason_t)( (int)whd_event->reason + WLC_E_PRUNE_REASON_OFFSET ); in whd_process_bdc_event()
699 … whd_event->reason = (whd_event_reason_t)( (int)whd_event->reason + WLC_E_DOT11_RC_REASON_OFFSET ); in whd_process_bdc_event()
704 whd_event->reason); in whd_process_bdc_event()
Dwhd_utils.c359 const char *whd_reason_to_string(whd_event_reason_t reason) in whd_reason_to_string() argument
361 switch (reason) in whd_reason_to_string()
1017 void whd_event_info_to_string(uint32_t cmd, uint16_t flag, uint32_t reason, char *ioctl_str, uint16… in whd_event_info_to_string() argument
1057 if (reason == 0) in whd_event_info_to_string()
1061 else if (reason == 512) in whd_event_info_to_string()
Dwhd_chip.c652 …lt_t whd_ioctl_log_add_event(whd_driver_t whd_driver, uint32_t cmd, uint16_t flag, uint32_t reason) in whd_ioctl_log_add_event() argument
658 whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].reason = reason; in whd_ioctl_log_add_event()
698 whd_driver->whd_ioctl_log[i].reason, iovar, sizeof(iovar) - 1); in whd_ioctl_print()
701 … whd_driver->whd_ioctl_log[i].flag, whd_driver->whd_ioctl_log[i].reason, iovar) ); in whd_ioctl_print()
Dwhd_sdpcm.c122 uint32_t reason; /** Reason code (if applicable) */ member
Dwhd_wifi_api.c893 (event_header->reason == WLC_E_SUP_WPA_PSK_TMO) ) in whd_wifi_join_events_handler()
900 (event_header->reason == WLC_E_SUP_WPA_PSK_TMO) ) in whd_wifi_join_events_handler()
907 (event_header->reason == WLC_E_SUP_WPA_PSK_TMO) ) in whd_wifi_join_events_handler()
2653 uint32_t whd_wifi_deauth_sta(whd_interface_t ifp, whd_mac_t *mac, whd_dot11_reason_code_t reason) in whd_wifi_deauth_sta() argument
2730 scb_val->val = (uint32_t)reason; in whd_wifi_deauth_sta()
2752 scb_val->val = (uint32_t)reason; in whd_wifi_deauth_sta()
/hal_infineon-3.7.0/btstack/wiced_include/
Dwiced_bt_isoc.h162 uint8_t reason; /**< Disconnection Reason */ member
218 …uint8_t reason; /**< Reason for termination. Refer Core Spec v5.2 [Vo… member
515 wiced_result_t wiced_bt_isoc_peripheral_reject_cis(uint16_t cis_handle, uint8_t reason);
627 wiced_result_t wiced_bt_isoc_central_terminate_big(uint8_t big_handle, uint8_t reason);
Dwiced_bt_dev.h535 …uint8_t reason; /**< failure reason (see #wiced_bt_smp_s… member
1027 uint8_t reason; /**< Reason for BTM Disable */ member
1380 …t is_connected, uint16_t handle, wiced_bt_transport_t transport, uint8_t reason); /**< connecti…
Dwiced_bt_gatt.h758 …wiced_bt_gatt_disconn_reason_t reason; /**< Reason code (see @link wiced_bt_gatt_disconn_rea… member
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_utils.h106 const char *whd_reason_to_string(whd_event_reason_t reason);
153 void whd_event_info_to_string(uint32_t cmd, uint16_t flag, uint32_t reason, char *ioctl_str, uint16…
Dwhd_chip.h325 uint32_t reason; member
Dwhd_events_int.h475 uint32_t reason; /* Reason code (if applicable) */ member
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/
Dcy_syslib.h1083 void Cy_SysLib_Halt(uint32_t reason);
1086 __NO_RETURN void Cy_SysLib_Halt(uint32_t reason);
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/source/
Dcy_syslib.c152 __NO_RETURN void Cy_SysLib_Halt(uint32_t reason) in Cy_SysLib_Halt() argument
154 if(0U != reason) in Cy_SysLib_Halt()
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_events.h164 uint32_t reason; /**< Reason code associated with the event occurred */ member
Dwhd_wifi_api.h646 … uint32_t whd_wifi_deauth_sta(whd_interface_t ifp, whd_mac_t *mac, whd_dot11_reason_code_t reason);
/hal_infineon-3.7.0/abstraction-rtos/
DLICENSE164 incurred by, or claims asserted against, such Contributor by reason of your
/hal_infineon-3.7.0/mtb-pdl-cat1/
DLICENSE164 incurred by, or claims asserted against, such Contributor by reason of your
/hal_infineon-3.7.0/mtb-hal-cat1/
DLICENSE164 incurred by, or claims asserted against, such Contributor by reason of your
/hal_infineon-3.7.0/core-lib/
DLICENSE164 incurred by, or claims asserted against, such Contributor by reason of your
/hal_infineon-3.7.0/mtb-template-cat1/
DLICENSE164 incurred by, or claims asserted against, such Contributor by reason of your
/hal_infineon-3.7.0/btstack/
DRELEASE.md88 …to return correct connection handle when there is an ISOC CIS disconnection and added reason field.