|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
@driver_ops{Cellular} More...
#include <cellular.h>
Data Fields | |
| cellular_api_configure_networks | configure_networks |
| @driver_ops_optional Configure cellular networks for the device. | |
| cellular_api_get_supported_networks | get_supported_networks |
| @driver_ops_optional Get supported cellular networks for the device. | |
| cellular_api_get_signal | get_signal |
| @driver_ops_optional Get signal for the device. | |
| cellular_api_get_modem_info | get_modem_info |
| @driver_ops_optional Get modem info for the device. | |
| cellular_api_get_registration_status | get_registration_status |
| @driver_ops_optional Get network registration status for the device. | |
| cellular_api_set_apn | set_apn |
| @driver_ops_optional Set the APN used for PDP context. | |
| cellular_api_set_callback | set_callback |
| @driver_ops_optional Subscribe to asynchronous cellular events. | |
@driver_ops{Cellular}
| cellular_api_configure_networks cellular_driver_api::configure_networks |
@driver_ops_optional Configure cellular networks for the device.
| cellular_api_get_modem_info cellular_driver_api::get_modem_info |
@driver_ops_optional Get modem info for the device.
| cellular_api_get_registration_status cellular_driver_api::get_registration_status |
@driver_ops_optional Get network registration status for the device.
| cellular_api_get_signal cellular_driver_api::get_signal |
@driver_ops_optional Get signal for the device.
| cellular_api_get_supported_networks cellular_driver_api::get_supported_networks |
@driver_ops_optional Get supported cellular networks for the device.
| cellular_api_set_apn cellular_driver_api::set_apn |
@driver_ops_optional Set the APN used for PDP context.
| cellular_api_set_callback cellular_driver_api::set_callback |
@driver_ops_optional Subscribe to asynchronous cellular events.