Home
last modified time | relevance | path

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

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