Lines Matching full:command

2  * @brief Modem command handler header file.
4 * Text-based command handler implementation for modem context driver.
129 * @param data: command handler data reference
138 * @param data: command handler data reference
162 * @brief send AT command to interface with behavior defined by flags
169 * @param handler: command handler to use
174 * @param timeout: timeout of command
175 * @param flags: flags which influence behavior of command sending
186 * @brief send AT command to interface w/o locking TX
189 * @param handler: command handler to use
194 * @param timeout: timeout of command
211 * @brief send AT command to interface w/ a TX lock
214 * @param handler: command handler to use
219 * @param timeout: timeout of command
237 * @param handler: command handler to use
239 * @param cmds_len: size of the setup command array
241 * @param timeout: timeout of command
254 * @param handler: command handler to use
256 * @param cmds_len: size of the setup command array
258 * @param timeout: timeout of command
269 * @brief Modem command handler configuration
272 * command handler data context. The struct is initialized and then passed
281 * @param user_data Free to use data which can be retrieved from within command handlers
282 * @param response_cmds Array of response command handlers
283 * @param response_cmds_len Length of response command handlers array
284 * @param unsol_cmds Array of unsolicitet command handlers
285 * @param unsol_cmds_len Length of unsolicitet command handlers array
301 * @brief Initialize modem command handler
303 * @details This function is called once for each command handler, before any
307 * contained in the setup struct, must persist as long as the command handler itself.
309 * @param handler Command handler to initialize
310 * @param data Command handler data to use
311 * @param setup Command handler setup
328 * @param handler: command handler to lock
339 * @param handler: command handler to unlock
347 * using the command handler. The command handler will invoke any matching modem
348 * command which has been registered using @ref modem_cmd_handler_init_cmds or
354 * @param handler The handler wich will handle the command when processed