pub unsafe extern "C" fn nrf_modem_gnss_1pps_disable() -> i32
Expand description

Disables 1PPS functionality.

@note This feature is only supported by modem firmware v1.3.0 or later.

Returns 0 on success. Returns -NRF_EPERM The Modem library is not initialized. Returns -NRF_EACCES GNSS is not enabled in system or functional mode. Returns -NRF_EINVAL The GNSS stack returned an error or the operation cannot be executed while GNSS is running. Returns -NRF_ENOMEM There is not enough shared memory for this request. Returns -NRF_ESHUTDOWN The modem was shut down.