Searched refs:byteVal (Results 1 – 3 of 3) sorted by relevance
4243 uint8_t byteVal; in RCL_Handler_BLE5_dtmTx() local4298 byteVal = 0; in RCL_Handler_BLE5_dtmTx()4303 byteVal = 0x0F; /* 11110000... in transmission order */ in RCL_Handler_BLE5_dtmTx()4308 byteVal = 0x55; /* 10101010... in transmission order */ in RCL_Handler_BLE5_dtmTx()4313 byteVal = 0; in RCL_Handler_BLE5_dtmTx()4318 byteVal = 0xFF; /* All ones */ in RCL_Handler_BLE5_dtmTx()4323 byteVal = 0x00; /* All zeros */ in RCL_Handler_BLE5_dtmTx()4328 byteVal = 0xF0; /* 00001111... in transmission order */ in RCL_Handler_BLE5_dtmTx()4333 byteVal = 0xAA; /* 01010101... in transmission order */ in RCL_Handler_BLE5_dtmTx()4341 byteVal = 0; in RCL_Handler_BLE5_dtmTx()[all …]
2122 …uint8_t byteVal; //!< If <code>config.bOverride</code> is 1, value of e… member