Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 30) sorted by relevance

12

/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dhal_ce.h46 void hal_ce_pending_clear(int flow);
47 void hal_ce_irq_enable(int flow);
48 void hal_ce_irq_disable(int flow);
54 void hal_ce_cnt_get(int flow, char *cnt, int size);
77 int hal_ce_flow_err(int flow);
86 void hal_ce_wait_finish(uint32_t flow);
A Dhal_ce.c232 void hal_ce_pending_clear(int flow) in hal_ce_pending_clear() argument
234 int val = CE_CHAN_PENDING << flow; in hal_ce_pending_clear()
244 void hal_ce_irq_enable(int flow) in hal_ce_irq_enable() argument
248 val |= CE_CHAN_INT_ENABLE << flow; in hal_ce_irq_enable()
252 void hal_ce_irq_disable(int flow) in hal_ce_irq_disable() argument
256 val &= ~(CE_CHAN_INT_ENABLE << flow); in hal_ce_irq_disable()
360 int hal_ce_flow_err(int flow) in hal_ce_flow_err() argument
362 return ce_readl(CE_REG_ERR) & CE_REG_ESR_CHAN_MASK(flow); in hal_ce_flow_err()
375 void hal_ce_wait_finish(uint32_t flow) in hal_ce_wait_finish() argument
379 int_en = int_en & (0x01 << flow); in hal_ce_wait_finish()
[all …]
A Dce_reg.h86 #define CE_REG_ESR_CHAN_MASK(flow) (0xF << (CE_REG_ESR_CHAN_SHIFT*flow)) argument
89 #define CE_REG_ESR_CHAN_MASK(flow) (0xFF << (CE_REG_ESR_CHAN_SHIFT*flow)) argument
A Dce_common.c189 static void ce_task_desc_init(ce_task_desc_t *task, uint32_t flow) in ce_task_desc_init() argument
192 task->chan_id = flow; in ce_task_desc_init()
200 uint32_t flow = 1; in ce_aes_config() local
208 ce_task_desc_init(task, flow); in ce_aes_config()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/documentation/
A Dusart_async.rst18 User can set action for flow control pins by function usart_set_flow_control,
19 if the flow control is enabled. All the available states are defined in union
22 Note that user can set state of flow control pins only if automatic support of
23 the flow control is not supported by the hardware.
/bsp/microchip/samc21/bsp/hal/documentation/
A Dusart_async.rst18 User can set action for flow control pins by function usart_set_flow_control,
19 if the flow control is enabled. All the available states are defined in union
22 Note that user can set state of flow control pins only if automatic support of
23 the flow control is not supported by the hardware.
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/documentation/
A Dusart_async.rst18 User can set action for flow control pins by function usart_set_flow_control,
19 if the flow control is enabled. All the available states are defined in union
22 Note that user can set state of flow control pins only if automatic support of
23 the flow control is not supported by the hardware.
/bsp/microchip/saml10/bsp/hal/documentation/
A Dusart_async.rst18 User can set action for flow control pins by function usart_set_flow_control,
19 if the flow control is enabled. All the available states are defined in union
22 Note that user can set state of flow control pins only if automatic support of
23 the flow control is not supported by the hardware.
/bsp/microchip/same70/bsp/hal/documentation/
A Dusart_async.rst18 User can set action for flow control pins by function usart_set_flow_control,
19 if the flow control is enabled. All the available states are defined in union
22 Note that user can set state of flow control pins only if automatic support of
23 the flow control is not supported by the hardware.
/bsp/microchip/same54/bsp/hal/documentation/
A Dusart_async.rst18 User can set action for flow control pins by function usart_set_flow_control,
19 if the flow control is enabled. All the available states are defined in union
22 Note that user can set state of flow control pins only if automatic support of
23 the flow control is not supported by the hardware.
/bsp/maxim/libraries/MAX32660PeriphDriver/Include/
A Duart.h138 uart_flow_ctrl_t flow; /** Configure hardware flow control */ member
/bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/
A DRELEASE.md39 * Added functionality to enable BSP Assistant chip flow
40 * Added capabilities to match BSPS created by BSP Assistant chip flow
/bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/
A DRELEASE.md45 * Added functionality to enable BSP Assistant chip flow
46 * Added capabilities to match BSPS created by BSP Assistant chip flow
/bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/
A DRELEASE.md39 * Added functionality to enable BSP Assistant chip flow
40 * Added capabilities to match BSPS created by BSP Assistant chip flow
/bsp/maxim/libraries/HAL_Drivers/
A Ddrv_uart.c136 mcu_cfg.flow = UART_FLOW_CTRL_EN; in mcu_configure()
/bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/
A DRELEASE.md20 * Added functionality to enable BSP Assistant chip flow
21 * Added capabilities to match BSPS created by BSP Assistant chip flow
/bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_IAR/
A Dstartup_cm0plus.s205 ; Note: Control flow does not necessarily return here.
206 ; On some tool-chains (e.g. IAR) control flow will never return from
/bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/COMPONENT_CM0P/TOOLCHAIN_IAR/
A Dstartup_cm0plus.s205 ; Note: Control flow does not necessarily return here.
206 ; On some tool-chains (e.g. IAR) control flow will never return from
/bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/COMPONENT_CM0P/TOOLCHAIN_IAR/
A Dstartup_cm0plus.s205 ; Note: Control flow does not necessarily return here.
206 ; On some tool-chains (e.g. IAR) control flow will never return from
/bsp/raspberry-pi/raspi3-64/
A DREADME.md59 The serial port parameters: 115200 8N1, hardware and software flow control is off.
/bsp/renesas/docs/
A DBSP_Peripheral_Driver_Tutorial_of_RA_Series.md85 This article uses SPI as an example to introduce the operation flow of peripheral drivers. For how …
/bsp/raspberry-pi/raspi3-32/
A DREADME.md87 The serial port parameters: 115200 8N1, hardware and software flow control is off.
/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Duart.c125 …uart->ctrl = (MXC_F_UART_CTRL_ENABLE | cfg->parity | cfg->size | cfg->stop | cfg->flow | cfg->pol); in UART_Init()
/bsp/nxp/imx/imx6sx/cortex-a9/cpu/
A DcortexA9_gcc.S304 @ Possible flow:
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt143 …fix the "CKCU_BKISOCmd" the redundant flow of the HT32F65230/65240 and HT32F65232 (related to the …
145 fix the "PWRCU_DeepSleep2()" and "PWRCU_GetDMOSStatus()" the redundant flow
148 missing flow of the HT32F65232 (related to the Power-On Reset Flag).
355 + Update USART example for BM18B367A DVB, add the HSI auto trim by LSE related flow.
372 + Update "ht32f5xxxx_rtc.c", modify the RTC_LSECmd() related flow.
378 + Update "ht32f5xxxx_adc.c" and "ht32f65xxx_66xxx_adc.c" to modify the ADC enable related flow.
392 + Update "ht32f5xxxx_ckcu.c", modify the HSI Auto Trim initial function related flow.
393 + Update "ht32f5xxxx_adc.c" and "ht32f65xxx_66xxx_adc.c", modify the ADC enable related flow.
1086 + Update "ht32f5xxxx_flash.c", fix the flash erase/program related flow.

Completed in 74 milliseconds

12