Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi/
Dfsl_mipi_dsi.c57 #define DSI_NS_UI_TO_BYTE_CLK(ns, UI, byte_clk_khz) ((((ns) * (byte_clk_khz)) + ((UI)*125000U)) / 1… argument
217 static uint32_t DSI_NsUiToByteClk(uint32_t ns, uint32_t UI, uint32_t byteclk_khz) in DSI_NsUiToByteClk() argument
219 return ((ns * byteclk_khz) + (UI * 125000UL)) / 1000000UL; in DSI_NsUiToByteClk()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.c58 #define DSI_NS_UI_TO_BYTE_CLK(ns, UI, byte_clk_khz) ((((ns) * (byte_clk_khz)) + ((UI)*125000U)) / 1… argument
218 static uint32_t DSI_NsUiToByteClk(uint32_t ns, uint32_t UI, uint32_t byteclk_khz) in DSI_NsUiToByteClk() argument
220 return ((ns * byteclk_khz) + (UI * 125000UL)) / 1000000UL; in DSI_NsUiToByteClk()
/hal_nxp-latest/mcux/mcux-sdk/
DCONTRIBUTING_CN.md136 ![在 GitHub UI 中添加签名](docs/Contributing/add_signoff_for_github_editor.png)
DCONTRIBUTING.md96 …matically adding sign-off when you Commit change directly using GitHub Web UI. You need to manuall…
97 ![Adding sing-off in GitHub UI](docs/Contributing/add_signoff_for_github_editor.png)