STM32F446 CAN as MASTER MODE Not able to add these codes these in static void MX_CAN1_Init(void) hcan1.pTxMsg=&myTxmessage; hcan1.pRxMsg=&myRxmessage;

Hello
I have configured my STM32F446RE MCU as master mode for CAN communication using STM32CUBEMX version 5.1.0 ..I have generated the code in uVision5-Keil .I'm not able to change the function--static void MX_CAN1_Init(void) where i need to include the following lines...
hcan1.pTxMsg=&myTxmessage;
hcan1.pRxMsg=&myRxmessage;
As shown in below figure, pTxMsg and pRxMsg doesn't show up in the list.After being typed it shows error while compiling .
So any help will be welcomed.