| /hal_infineon-latest/mtb-template-cat1/files/secure/ |
| D | psoc64_postbuild.py | 44 action='help', 49 action='store', 56 action='store', 63 action='store', 70 action='store', 77 action='store', 84 action='store', 91 action='store', 98 action='store', 105 action='store', [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_wdt_b.c | 221 void Cy_WDT_SetLowerAction(cy_en_wdt_lower_upper_action_t action) in Cy_WDT_SetLowerAction() argument 223 CY_REG32_CLR_SET(SRSS_WDT_CONFIG, WDT_CONFIG_LOWER_ACTION, action); in Cy_WDT_SetLowerAction() 239 void Cy_WDT_SetUpperAction(cy_en_wdt_lower_upper_action_t action) in Cy_WDT_SetUpperAction() argument 241 CY_REG32_CLR_SET(SRSS_WDT_CONFIG, WDT_CONFIG_UPPER_ACTION, action); in Cy_WDT_SetUpperAction() 257 void Cy_WDT_SetWarnAction(cy_en_wdt_warn_action_t action) in Cy_WDT_SetWarnAction() argument 259 CY_REG32_CLR_SET(SRSS_WDT_CONFIG, WDT_CONFIG_WARN_ACTION, action); in Cy_WDT_SetWarnAction()
|
| D | cy_mcwdt_b.c | 228 …SetLowerAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t action) in Cy_MCWDT_SetLowerAction() argument 233 … _CLR_SET_FLD32U(MCWDT_CTR_CONFIG(base, CY_MCWDT_COUNTER0), MCWDT_CTR_CONFIG_LOWER_ACTION, action); in Cy_MCWDT_SetLowerAction() 236 … _CLR_SET_FLD32U(MCWDT_CTR_CONFIG(base, CY_MCWDT_COUNTER1), MCWDT_CTR_CONFIG_LOWER_ACTION, action); in Cy_MCWDT_SetLowerAction() 267 …SetUpperAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t action) in Cy_MCWDT_SetUpperAction() argument 272 … _CLR_SET_FLD32U(MCWDT_CTR_CONFIG(base, CY_MCWDT_COUNTER0), MCWDT_CTR_CONFIG_UPPER_ACTION, action); in Cy_MCWDT_SetUpperAction() 275 … _CLR_SET_FLD32U(MCWDT_CTR_CONFIG(base, CY_MCWDT_COUNTER1), MCWDT_CTR_CONFIG_UPPER_ACTION, action); in Cy_MCWDT_SetUpperAction() 306 …y_MCWDT_SetWarnAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_warn_action_t action) in Cy_MCWDT_SetWarnAction() argument 311 …= _CLR_SET_FLD32U(MCWDT_CTR_CONFIG(base, CY_MCWDT_COUNTER0), MCWDT_CTR_CONFIG_WARN_ACTION, action); in Cy_MCWDT_SetWarnAction() 314 …= _CLR_SET_FLD32U(MCWDT_CTR_CONFIG(base, CY_MCWDT_COUNTER1), MCWDT_CTR_CONFIG_WARN_ACTION, action); in Cy_MCWDT_SetWarnAction() 342 void Cy_MCWDT_SetSubCounter2Action(MCWDT_Type *base, cy_en_mcwdt_cnt2_action_t action) in Cy_MCWDT_SetSubCounter2Action() argument [all …]
|
| D | cy_sysclk_v2.c | 1520 void Cy_SysClk_ClkHfCsvAction(uint32_t clkHf, cy_en_clkhf_csv_action_t action) in Cy_SysClk_ClkHfCsvAction() argument 1523 CY_REG32_CLR_SET(SRSS_CSV_HF_CSV_REF_CTL(clkHf), CSV_HF_CSV_REF_CTL_CSV_ACTION, action); in Cy_SysClk_ClkHfCsvAction()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_wdt.h | 548 void Cy_WDT_SetLowerAction(cy_en_wdt_lower_upper_action_t action); 549 void Cy_WDT_SetUpperAction(cy_en_wdt_lower_upper_action_t action); 550 void Cy_WDT_SetWarnAction(cy_en_wdt_warn_action_t action);
|
| D | cy_mcwdt.h | 664 …etLowerAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t action); 665 …etUpperAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_lower_upper_action_t action); 666 …_MCWDT_SetWarnAction(MCWDT_Type *base, cy_en_mcwdtctr_t counter, cy_en_mcwdt_warn_action_t action); 667 void Cy_MCWDT_SetSubCounter2Action(MCWDT_Type *base, cy_en_mcwdt_cnt2_action_t action);
|
| D | cy_sysclk.h | 6290 void Cy_SysClk_ClkHfCsvAction(uint32_t clkHf, cy_en_clkhf_csv_action_t action);
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_dma_dmac.c | 705 if ((cfg->action == CYHAL_DMA_TRANSFER_BURST_DISABLE) || in _cyhal_dma_dmac_configure() 706 (cfg->action == CYHAL_DMA_TRANSFER_FULL_DISABLE)) in _cyhal_dma_dmac_configure() 749 if ((cfg->action == CYHAL_DMA_TRANSFER_BURST) || (cfg->action == CYHAL_DMA_TRANSFER_FULL)) in _cyhal_dma_dmac_configure() 797 … (cfg->action == CYHAL_DMA_TRANSFER_BURST || cfg->action == CYHAL_DMA_TRANSFER_BURST_DISABLE)) in _cyhal_dma_dmac_configure()
|
| D | cyhal_dma_dw.c | 511 if (cfg->action == CYHAL_DMA_TRANSFER_BURST || cfg->action == CYHAL_DMA_TRANSFER_FULL) in _cyhal_dma_dw_configure() 565 … (cfg->action == CYHAL_DMA_TRANSFER_BURST || cfg->action == CYHAL_DMA_TRANSFER_BURST_DISABLE)) in _cyhal_dma_dw_configure()
|
| D | cyhal_keyscan.c | 456 keys[eventCount].action = (eventNext.upDownFlag == 0) in cyhal_keyscan_read()
|
| D | cyhal_pdmpcm.c | 507 .action = CYHAL_DMA_TRANSFER_BURST, in _cyhal_pdm_pcm_dma_start() 536 .action = CYHAL_DMA_TRANSFER_BURST, in _cyhal_pdm_pcm_dma_start()
|
| D | cyhal_uart.c | 1346 .action = CYHAL_DMA_TRANSFER_FULL_DISABLE, in _cyhal_uart_dma_write_async() 1428 .action = CYHAL_DMA_TRANSFER_FULL_DISABLE, in _cyhal_uart_dma_read_async()
|
| D | cyhal_audio_common.c | 2339 .action = CYHAL_DMA_TRANSFER_FULL, 2402 .action = CYHAL_DMA_TRANSFER_FULL,
|
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_keyscan.h | 119 cyhal_keyscan_action_type_t action; member
|
| D | cyhal_dma.h | 270 …cyhal_dma_transfer_action_t action; //!< Sets the behavior of the channel when triggered (using st… member
|
| /hal_infineon-latest/btstack/wiced_include/ |
| D | wiced_bt_dev.h | 1206 uint8_t action; /**< see wiced_bt_dev_link_quality_stats_param for options */ member 2181 uint8_t action, wiced_bt_dev_cmpl_cback_t *p_cback);
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/ |
| D | whd_wifi_api.h | 851 extern uint32_t whd_wifi_manage_custom_ie(whd_interface_t ifp, whd_custom_ie_action_t action,
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_wlioctl.h | 164 uint16_t action; member 186 uint16_t action; member 3553 uint8_t action; /* see schedule action */ member
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/ |
| D | whd_wifi_api.c | 2515 scan_params->action = htod16(WL_SCAN_ACTION_START); in whd_wifi_scan() 2596 scan_params->action = htod16(WL_SCAN_ACTION_ABORT); in whd_wifi_stop_scan() 3354 uint32_t whd_wifi_manage_custom_ie(whd_interface_t ifp, whd_custom_ie_action_t action, const uint8_… in whd_wifi_manage_custom_ie() argument 3396 if (action == WHD_ADD_CUSTOM_IE) in whd_wifi_manage_custom_ie()
|
| /hal_infineon-latest/mtb-pdl-cat1/ |
| D | EULA.txt | 200 bring legal action in any venue in order to protect or enforce its
|
| /hal_infineon-latest/btstack/ |
| D | LICENSE.txt | 200 bring legal action in any venue in order to protect or enforce its
|
| /hal_infineon-latest/zephyr/blobs/ |
| D | license.txt | 200 bring legal action in any venue in order to protect or enforce its
|
| /hal_infineon-latest/wifi-host-driver/ |
| D | LICENSE.txt | 200 bring legal action in any venue in order to protect or enforce its
|
| /hal_infineon-latest/serial-flash/ |
| D | EULA | 200 bring legal action in any venue in order to protect or enforce its
|
| /hal_infineon-latest/abstraction-rtos/ |
| D | EULA | 200 bring legal action in any venue in order to protect or enforce its
|