Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/components/at/include/
A Dat.h58 at_reply_config_t reply_cfg; //!< AT receive prefix and postfix. Compulsory. member
/AliOS-Things-master/components/amp/components/at/src/
A Dat.c761 if (config->reply_cfg.reply_prefix) { in init_dev()
762 dev->_default_recv_prefix = config->reply_cfg.reply_prefix; in init_dev()
767 if (config->reply_cfg.reply_success_postfix) { in init_dev()
768 dev->_default_recv_success_postfix = config->reply_cfg.reply_success_postfix; in init_dev()
773 if (config->reply_cfg.reply_fail_postfix) { in init_dev()
774 dev->_default_recv_fail_postfix = config->reply_cfg.reply_fail_postfix; in init_dev()

Completed in 5 milliseconds