Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 26) sorted by relevance

12

/hal_infineon-latest/mtb-template-cat1/files/secure/
Dpsoc64_postbuild.py44 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/
Dcy_wdt_b.c221 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()
Dcy_mcwdt_b.c228 …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 …]
Dcy_sysclk_v2.c1520 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/
Dcy_wdt.h548 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);
Dcy_mcwdt.h664 …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);
Dcy_sysclk.h6290 void Cy_SysClk_ClkHfCsvAction(uint32_t clkHf, cy_en_clkhf_csv_action_t action);
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_dma_dmac.c705 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()
Dcyhal_dma_dw.c511 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()
Dcyhal_keyscan.c456 keys[eventCount].action = (eventNext.upDownFlag == 0) in cyhal_keyscan_read()
Dcyhal_pdmpcm.c507 .action = CYHAL_DMA_TRANSFER_BURST, in _cyhal_pdm_pcm_dma_start()
536 .action = CYHAL_DMA_TRANSFER_BURST, in _cyhal_pdm_pcm_dma_start()
Dcyhal_uart.c1346 .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()
Dcyhal_audio_common.c2339 .action = CYHAL_DMA_TRANSFER_FULL,
2402 .action = CYHAL_DMA_TRANSFER_FULL,
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_keyscan.h119 cyhal_keyscan_action_type_t action; member
Dcyhal_dma.h270 …cyhal_dma_transfer_action_t action; //!< Sets the behavior of the channel when triggered (using st… member
/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_dev.h1206 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/
Dwhd_wifi_api.h851 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/
Dwhd_wlioctl.h164 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/
Dwhd_wifi_api.c2515 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/
DEULA.txt200 bring legal action in any venue in order to protect or enforce its
/hal_infineon-latest/btstack/
DLICENSE.txt200 bring legal action in any venue in order to protect or enforce its
/hal_infineon-latest/zephyr/blobs/
Dlicense.txt200 bring legal action in any venue in order to protect or enforce its
/hal_infineon-latest/wifi-host-driver/
DLICENSE.txt200 bring legal action in any venue in order to protect or enforce its
/hal_infineon-latest/serial-flash/
DEULA200 bring legal action in any venue in order to protect or enforce its
/hal_infineon-latest/abstraction-rtos/
DEULA200 bring legal action in any venue in order to protect or enforce its

12