Lines Matching full:fifo
1070 * @brief FIFO Tracing APIs
1071 * @defgroup subsys_tracing_apis_fifo FIFO Tracing APIs
1076 * @brief Trace initialization of FIFO Queue entry
1077 * @param fifo FIFO object
1079 #define sys_port_trace_k_fifo_init_enter(fifo) argument
1082 * @brief Trace initialization of FIFO Queue exit
1083 * @param fifo FIFO object
1085 #define sys_port_trace_k_fifo_init_exit(fifo) argument
1088 * @brief Trace FIFO Queue cancel wait entry
1089 * @param fifo FIFO object
1091 #define sys_port_trace_k_fifo_cancel_wait_enter(fifo) argument
1094 * @brief Trace FIFO Queue cancel wait exit
1095 * @param fifo FIFO object
1097 #define sys_port_trace_k_fifo_cancel_wait_exit(fifo) argument
1100 * @brief Trace FIFO Queue put entry
1101 * @param fifo FIFO object
1104 #define sys_port_trace_k_fifo_put_enter(fifo, data) argument
1107 * @brief Trace FIFO Queue put exit
1108 * @param fifo FIFO object
1111 #define sys_port_trace_k_fifo_put_exit(fifo, data) argument
1114 * @brief Trace FIFO Queue alloc put entry
1115 * @param fifo FIFO object
1118 #define sys_port_trace_k_fifo_alloc_put_enter(fifo, data) argument
1121 * @brief Trace FIFO Queue alloc put exit
1122 * @param fifo FIFO object
1126 #define sys_port_trace_k_fifo_alloc_put_exit(fifo, data, ret) argument
1129 * @brief Trace FIFO Queue put list entry
1130 * @param fifo FIFO object
1134 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) argument
1137 * @brief Trace FIFO Queue put list exit
1138 * @param fifo FIFO object
1142 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) argument
1145 * @brief Trace FIFO Queue put slist entry
1146 * @param fifo FIFO object
1149 #define sys_port_trace_k_fifo_alloc_put_slist_enter(fifo, list) argument
1152 * @brief Trace FIFO Queue put slist exit
1153 * @param fifo FIFO object
1156 #define sys_port_trace_k_fifo_alloc_put_slist_exit(fifo, list) argument
1159 * @brief Trace FIFO Queue get entry
1160 * @param fifo FIFO object
1163 #define sys_port_trace_k_fifo_get_enter(fifo, timeout) argument
1166 * @brief Trace FIFO Queue get exit
1167 * @param fifo FIFO object
1171 #define sys_port_trace_k_fifo_get_exit(fifo, timeout, ret) argument
1174 * @brief Trace FIFO Queue peek head entry
1175 * @param fifo FIFO object
1177 #define sys_port_trace_k_fifo_peek_head_enter(fifo) argument
1180 * @brief Trace FIFO Queue peek head exit
1181 * @param fifo FIFO object
1184 #define sys_port_trace_k_fifo_peek_head_exit(fifo, ret) argument
1187 * @brief Trace FIFO Queue peek tail entry
1188 * @param fifo FIFO object
1190 #define sys_port_trace_k_fifo_peek_tail_enter(fifo) argument
1193 * @brief Trace FIFO Queue peek tail exit
1194 * @param fifo FIFO object
1197 #define sys_port_trace_k_fifo_peek_tail_exit(fifo, ret) argument