Searched refs:param1 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | debug.h | 33 #define LL_ASSERT_INFO2(cond, param1, param2) \ argument 34 BT_ASSERT_VND(cond, param1, param2) 38 #define LL_ASSERT_INFO2(cond, param1, param2) \ argument 39 LL_ASSERT_MSG(cond, "param1: %u param2: %u", param1, param2)
|
/Zephyr-latest/drivers/mipi_dsi/ |
D | dsi_stm32.c | 317 uint32_t param1 = 0; in mipi_dsi_stm32_transfer() local 330 param1 = msg->cmd; in mipi_dsi_stm32_transfer() 335 ret = HAL_DSI_ShortWrite(&data->hdsi, channel, msg->type, param1, param2); in mipi_dsi_stm32_transfer() 346 param1 = ((uint8_t *)msg->tx_buf)[0]; in mipi_dsi_stm32_transfer() 355 ret = HAL_DSI_ShortWrite(&data->hdsi, channel, msg->type, param1, param2); in mipi_dsi_stm32_transfer()
|
/Zephyr-latest/tests/kernel/poll/src/ |
D | test_poll.c | 787 static void high_prio_main(void *param1, void *param2, void *param3) in high_prio_main() argument
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 772 vendor debug HAL interface as \"BT_ASSERT_VND(cond, param1, param2)\", and
|