pub unsafe extern "C" fn rfalWakeUpModeStart(
    config: *const rfalWakeUpConfig
) -> u16
Expand description

\brief Wake-Up Mode Start

Sets the RF Chip in Low Power Wake-Up Mode according to the given configuration.

\param[in] config : Generic Wake-Up configuration provided by lower layers. If NULL will automatically configure the Wake-Up mode

\return ERR_WRONG_STATE : Not initialized properly \return ERR_PARAM : Invalid parameter \return ERR_NONE : Done with no error