Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/ipm/
Dipm_stm32_ipcc.c35 #define IPCC_EnableIT_TXF(hipcc) LL_C1_IPCC_EnableIT_TXF(hipcc) argument
36 #define IPCC_DisableIT_TXF(hipcc) LL_C1_IPCC_DisableIT_TXF(hipcc) argument
38 #define IPCC_EnableIT_RXO(hipcc) LL_C1_IPCC_EnableIT_RXO(hipcc) argument
39 #define IPCC_DisableIT_RXO(hipcc) LL_C1_IPCC_DisableIT_RXO(hipcc) argument
41 #define IPCC_EnableReceiveChannel(hipcc, ch) \ argument
42 LL_C1_IPCC_EnableReceiveChannel(hipcc, 1 << ch)
43 #define IPCC_EnableTransmitChannel(hipcc, ch) \ argument
44 LL_C1_IPCC_EnableTransmitChannel(hipcc, 1 << ch)
45 #define IPCC_DisableReceiveChannel(hipcc, ch) \ argument
46 LL_C2_IPCC_DisableReceiveChannel(hipcc, 1 << ch)
[all …]